Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04e8abfa
Commit
04e8abfa
authored
Sep 11, 2012
by
Bastien Guerry
Browse files
* help-fns.el (describe-variable): Fix typo. (bug#12346)
parent
2c98a625
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/help-fns.el
lisp/help-fns.el
+1
-1
No files found.
lisp/ChangeLog
View file @
04e8abfa
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
...
...
lisp/help-fns.el
View file @
04e8abfa
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment