emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 78ae805 59/64: Fill some imenu--index-alist doc l


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 78ae805 59/64: Fill some imenu--index-alist doc lines
Date: Sun, 01 May 2016 18:18:43 +0000

branch: emacs-25
commit 78ae8056d0062d990e160326f19ad20d1eb7cc3b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fill some imenu--index-alist doc lines
    
    * lisp/imenu.el (imenu--index-alist): Fill some doc lines (bug#21269).
    
    (cherry picked from commit 4b7bb8f596550628eaa83b82c0f7eabe59a84964)
---
 lisp/imenu.el |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/lisp/imenu.el b/lisp/imenu.el
index 44bae2d..48257b8 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -462,12 +462,15 @@ Don't move point."
 Simple elements in the alist look like (INDEX-NAME . POSITION).
 POSITION is the buffer position of the item; to go to the item
 is simply to move point to that position.
-POSITION is passed to `imenu-default-goto-function', so it can be a non-number
-if that variable has been changed (e.g. Semantic uses overlays for POSITIONs).
 
-Special elements look like (INDEX-NAME POSITION FUNCTION ARGUMENTS...).
-To \"go to\" a special element means applying FUNCTION
-to INDEX-NAME, POSITION, and the ARGUMENTS.
+POSITION is passed to `imenu-default-goto-function', so it can be
+a non-number if that variable has been changed (e.g. Semantic
+uses overlays for POSITIONs).
+
+Special elements look like
+\(INDEX-NAME POSITION FUNCTION ARGUMENTS...).
+To \"go to\" a special element means applying FUNCTION to
+INDEX-NAME, POSITION, and the ARGUMENTS.
 
 A nested sub-alist element looks like (INDEX-NAME . SUB-ALIST).
 The function `imenu--subalist-p' tests an element and returns t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]