diff options
| author | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
| commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
| tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/imenu.el | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/imenu.el')
| -rw-r--r-- | lisp/imenu.el | 4 |
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 | ||
| 109 | The function should take two arguments and return T if the first | 109 | The function should take two arguments and return T if the first |
| 110 | element should come before the second. The arguments are cons cells; | 110 | element 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.") | |||
| 141 | It should be a function that takes no arguments and returns an index | 141 | It should be a function that takes no arguments and returns an index |
| 142 | of the current buffer as an alist. The elements in the alist look | 142 | of the current buffer as an alist. The elements in the alist look |
| 143 | like: (INDEX-NAME . INDEX-POSITION). You may also nest index list like | 143 | like: (INDEX-NAME . INDEX-POSITION). You may also nest index list like |
| 144 | (INDEX-NAME . INDEX-ALIST). | 144 | \(INDEX-NAME . INDEX-ALIST). |
| 145 | 145 | ||
| 146 | This function is called within a `save-excursion'. | 146 | This function is called within a `save-excursion'. |
| 147 | 147 | ||