Function: nnir-imap-peek-symbol
nnir-imap-peek-symbol is a byte-compiled function defined in
nnir.el.gz.
Signature
(nnir-imap-peek-symbol)
Documentation
Return the next symbol from the current buffer, but don't consume it.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
(defun nnir-imap-peek-symbol ()
"Return the next symbol from the current buffer, but don't consume it."
(save-excursion
(nnir-imap-next-symbol)))