emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105861: * lisp/faces.el (face-list):


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105861: * lisp/faces.el (face-list): Fix docstring.
Date: Tue, 20 Sep 2011 21:31:53 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105861
fixes bug(s): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9564
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2011-09-20 21:31:53 -0400
message:
  * lisp/faces.el (face-list): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-21 01:30:35 +0000
+++ b/lisp/ChangeLog    2011-09-21 01:31:53 +0000
@@ -1,5 +1,7 @@
 2011-09-21  Stefan Monnier  <address@hidden>
 
+       * faces.el (face-list): Fix docstring (bug#9564).
+
        * window.el (display-buffer--action-function-custom-type):
        Don't include internal functions in the Custom interface.
 

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2011-09-11 04:28:07 +0000
+++ b/lisp/faces.el     2011-09-21 01:31:53 +0000
@@ -119,7 +119,7 @@
 
 
 (defun face-list ()
-  "Return a list of all defined face names."
+  "Return a list of all defined faces."
   (mapcar #'car face-new-frame-defaults))
 
 


reply via email to

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