aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/imenu.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-22 22:14:17 +0000
committerRichard M. Stallman1994-05-22 22:14:17 +0000
commita4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch)
tree106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/imenu.el
parentee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff)
downloademacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz
emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip
Doc fix.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r--lisp/imenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 6733fcea807..d208a4568af 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -108,7 +108,7 @@ Set it to `imenu--sort-by-name' if you want alphabetic sorting.
108 108
109The function should take two arguments and return T if the first 109The function should take two arguments and return T if the first
110element should come before the second. The arguments are cons cells; 110element should come before the second. The arguments are cons cells;
111(NAME . POSITION). Look at `imenu--sort-by-name' for an example.") 111\(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
112 112
113(defvar imenu-max-items 25 113(defvar imenu-max-items 25
114 "*Maximum number of elements in an index mouse-menu.") 114 "*Maximum number of elements in an index mouse-menu.")
@@ -141,7 +141,7 @@ with name concatenation.")
141It should be a function that takes no arguments and returns an index 141It should be a function that takes no arguments and returns an index
142of the current buffer as an alist. The elements in the alist look 142of the current buffer as an alist. The elements in the alist look
143like: (INDEX-NAME . INDEX-POSITION). You may also nest index list like 143like: (INDEX-NAME . INDEX-POSITION). You may also nest index list like
144(INDEX-NAME . INDEX-ALIST). 144\(INDEX-NAME . INDEX-ALIST).
145 145
146This function is called within a `save-excursion'. 146This function is called within a `save-excursion'.
147 147