Function: gnus-search-query-peek-symbol

gnus-search-query-peek-symbol is a byte-compiled function defined in gnus-search.el.gz.

Signature

(gnus-search-query-peek-symbol)

Documentation

Return the next symbol from the current buffer, but don't consume it.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defun gnus-search-query-peek-symbol ()
  "Return the next symbol from the current buffer, but don't consume it."
  (save-excursion
    (gnus-search-query-next-symbol)))