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
46057f5f
Commit
46057f5f
authored
Feb 26, 2002
by
Juanma Barranquero
Browse files
(list-faces-display): Fix typo.
parent
804d894a
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/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/ChangeLog
View file @
46057f5f
2002-02-26 Juanma Barranquero <lektu@terra.es>
* faces.el (list-faces-display): Fix typo.
2002-02-25 Richard M. Stallman <rms@gnu.org>
* frame.el (focus-follows-mouse): Doc fix.
...
...
lisp/faces.el
View file @
46057f5f
...
...
@@ -1125,7 +1125,7 @@ The sample text is a string that comes from the variable
"Use "
(
if
(
display-mouse-p
)
"\\[help-follow-mouse] or "
)
"\\[help-follow] on a face name to customize it\n"
"or on its sample text for a decription of the face.\n\n"
)))
"or on its sample text for a de
s
cription of the face.\n\n"
)))
(
setq
help-xref-stack
nil
)
(
while
faces
(
setq
face
(
car
faces
))
...
...
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