emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 91739fe: help--binding-locus: Document argument POS


From: Nicolas Richard
Subject: [Emacs-diffs] master 91739fe: help--binding-locus: Document argument POSITION.
Date: Fri, 08 May 2015 15:29:38 +0000

branch: master
commit 91739fe21cd0c17472110b1af07df529d95a8f3b
Author: Nicolas Richard <address@hidden>
Commit: Nicolas Richard <address@hidden>

    help--binding-locus: Document argument POSITION.
    
    * lisp/help.el (help--binding-locus): Document argument POSITION. 
(bug#20530)
---
 lisp/help.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/help.el b/lisp/help.el
index fb1719a..2b8f642 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -691,7 +691,8 @@ POSITION is as documented in the function `key-binding'."
 (defun help--binding-locus (key position)
   "Describe in which keymap KEY is defined.
 Return a symbol pointing to that keymap if one exists ; otherwise
-return nil."
+return nil.  The argument POSITION is as documented in the
+function `key-binding'."
   (let ((map (help--key-binding-keymap key t nil position)))
     (when map
       (catch 'found



reply via email to

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