]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improvements in documentation of imenu.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 09:22:05 +0000 (12:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 09:22:05 +0000 (12:22 +0300)
* lisp/imenu.el (imenu-generic-skip-comments-and-strings)
(imenu--generic-function): Doc fixes.  (Bug#31962)

lisp/imenu.el

index f56e7b5039622efe0a5c468a62b84b9b7d51ce9c..8cf3c768ead7db4ee264fdd2bdda0292f9cc7c3b 100644 (file)
@@ -187,7 +187,9 @@ with name concatenation."
 
 (defcustom imenu-generic-skip-comments-and-strings t
   "When non-nil, ignore text inside comments and strings.
-Only affects `imenu--generic-function'."
+Only affects `imenu-default-create-index-function' (and any
+alternative implementation of `imenu-create-index-function' that
+uses `imenu--generic-function')."
   :type 'boolean
   :group 'imenu
   :version "24.4")
@@ -738,7 +740,7 @@ for modes which use `imenu--generic-function'.  If it is not set, but
 ;; so it needs to be careful never to loop!
 (defun imenu--generic-function (patterns)
   "Return an index alist of the current buffer based on PATTERNS.
-PATTERNS should be an alist with the same form as `imenu-generic-expression'.
+PATTERNS should be an alist of the same form as `imenu-generic-expression'.
 
 If `imenu-generic-skip-comments-and-strings' is non-nil, this ignores
 text inside comments and strings.