diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-09-11 15:43:06 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-09-11 15:43:06 +0200 |
commit | 04e8abfa697ebab5303e0426ba3d1c5abe133a16 (patch) | |
tree | 26c08011b2af1b5c50d94329059de007a5494013 /lisp/help-fns.el | |
parent | 2c98a6250e91227fe90df2097abcc6d3e77d3d4c (diff) | |
download | emacs-04e8abfa697ebab5303e0426ba3d1c5abe133a16.tar.gz |
* help-fns.el (describe-variable): Fix typo. (bug#12346)
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | 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 5791f1225c1..fa0484ff4e5 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -936,7 +936,7 @@ file-local variable.\n") (princ " This variable is safe as a file local variable ") (princ "if its value\n satisfies the predicate ") (princ (if (byte-code-function-p safe-var) - "which is byte-compiled expression.\n" + "which is a byte-compiled expression.\n" (format "`%s'.\n" safe-var)))) (if extra-line (terpri)) |