emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 2ffdf15 1/2: * lisp/help-fns.el (describe-variabl


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 2ffdf15 1/2: * lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
Date: Sat, 16 Jan 2016 11:26:29 +0000

branch: emacs-25
commit 2ffdf155ee618ec132175e3337b4c06d157d8bd6
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
---
 lisp/help-fns.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 13daafb..2021885 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -939,7 +939,7 @@ if it is given a local binding.\n"))))
                        (with-current-buffer standard-output
                          (insert-text-button
                           file 'type 'help-dir-local-var-def
-                             'help-args (list variable file))))
+                             'help-args (list variable file)))
                        (princ (substitute-command-keys "'.\n"))))
                  (princ (substitute-command-keys
                          "  This variable's value is file-local.\n"))))



reply via email to

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