emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113045: lisp/face-remap.el (buffer-face-toggle): Fi


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113045: lisp/face-remap.el (buffer-face-toggle): Fix typo in docstring.
Date: Tue, 18 Jun 2013 10:52:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113045
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-18 12:52:07 +0200
message:
  lisp/face-remap.el (buffer-face-toggle): Fix typo in docstring.
  (buffer-face-mode-invoke): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/face-remap.el             
faceremap.el-20091113204419-o5vbwnq5f7feedwu-8674
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-18 08:17:01 +0000
+++ b/lisp/ChangeLog    2013-06-18 10:52:07 +0000
@@ -1,3 +1,8 @@
+2013-06-18  Juanma Barranquero  <address@hidden>
+
+       * face-remap.el (buffer-face-toggle): Fix typo in docstring.
+       (buffer-face-mode-invoke): Doc fix.
+
 2013-06-18  Matthias Meulien  <address@hidden>
 
        * tabify.el (untabify, tabify): With prefix, apply to entire buffer.

=== modified file 'lisp/face-remap.el'
--- a/lisp/face-remap.el        2013-04-13 01:10:09 +0000
+++ b/lisp/face-remap.el        2013-06-18 10:52:07 +0000
@@ -72,7 +72,7 @@
    :font :inherit :fontset :vector])
 
 (defun face-attrs-more-relative-p (attrs1 attrs2)
-"Return true if ATTRS1 contains a greater number of relative
+  "Return true if ATTRS1 contains a greater number of relative
 face-attributes than ATTRS2.  A face attribute is considered
 relative if `face-attribute-relative-p' returns non-nil.
 
@@ -395,9 +395,9 @@
 `face' text property.
 
 If `buffer-face-mode' is already enabled, and is currently using
-the face specs SPECS, then it is disabled; if buffer-face-mode is
-disabled, or is enabled and currently displaying some other face,
-then is left enabled, but the face changed to reflect SPECS.
+the face specs SPECS, then it is disabled; if `buffer-face-mode'
+is disabled, or is enabled and currently displaying some other
+face, then is left enabled, but the face changed to reflect SPECS.
 
 This function will make the variable `buffer-face-mode-face'
 buffer local, and set it to SPECS."
@@ -411,13 +411,13 @@
     (buffer-face-mode t)))
 
 (defun buffer-face-mode-invoke (specs arg &optional interactive)
-  "Enable or disable `buffer-face-mode' using face specs SPECS, and argument 
ARG.
+  "Enable or disable `buffer-face-mode' using face specs SPECS.
 ARG controls whether the mode is enabled or disabled, and is
 interpreted in the usual manner for minor-mode commands.
 
 SPECS can be any value suitable for a `face' text property,
-including a face name, a plist of face attributes and values, or
-a list of faces.
+including a face name, a plist of face attributes and values,
+or a list of faces.
 
 If INTERACTIVE is non-nil, display a message describing the
 result.


reply via email to

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