1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* help-fns.el (describe-variable): Fix typo. (bug#12346)

This commit is contained in:
Bastien Guerry 2012-09-11 15:43:06 +02:00
parent 2c98a6250e
commit 04e8abfa69
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-09-11 Bastien Guerry <bzg@gnu.org>
* help-fns.el (describe-variable): Fix typo.
2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
* progmodes/sql.el: Version 3.1

View file

@ -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))