diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-15 22:07:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-15 22:07:41 +0000 |
commit | 31faef474ee9fe8ee1a50eb13c5bc8a1c15f1fea (patch) | |
tree | b961a1101ca0652f0d445a6dfdd50487bf8b17f3 /lisp/imenu.el | |
parent | 3ad0e7cefd518395da380947f7235d19800363b4 (diff) | |
download | emacs-31faef474ee9fe8ee1a50eb13c5bc8a1c15f1fea.tar.gz |
Comment fix.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index d208a4568af..20a29acf8ee 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -485,7 +485,7 @@ See `imenu-choose-buffer-index' for more information." ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Return the current/previous sexp and the location of the sexp (it's +;; Return the current/previous sexp and the location of the sexp (its ;; beginning) without moving the point. (defun imenu-example--name-and-position () (save-excursion |