emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105987: Fix some (unrelated) typos i


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105987: Fix some (unrelated) typos in comment and ChangeLog.
Date: Sun, 02 Oct 2011 16:53:59 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105987
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2011-10-02 16:53:59 -0700
message:
  Fix some (unrelated) typos in comment and ChangeLog.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-02 04:08:50 +0000
+++ b/lisp/ChangeLog    2011-10-02 23:53:59 +0000
@@ -12,8 +12,8 @@
        * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
        (pcmpl-gnu-tar-buffer): Remove.
        (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
-       avoid.  Make sure pcomplete-suffix-list is only changed temporarily.
-       Don't look inside the tar's file is it's too large.
+       around.  Make sure pcomplete-suffix-list is only changed temporarily.
+       Don't look inside the tar's file if it's too large.
 
 2011-10-01  Chong Yidong  <address@hidden>
 

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2011-09-21 01:31:53 +0000
+++ b/lisp/faces.el     2011-10-02 23:53:59 +0000
@@ -2065,9 +2065,9 @@
     (((supports :underline t))
      :underline t)
     (t
-     ;; default to italic, even it doesn't appear to be supported,
-     ;; because in some cases the display engine will do it's own
-     ;; workaround (to `dim' on ttys)
+     ;; Default to italic, even if it doesn't appear to be supported,
+     ;; because in some cases the display engine will do its own
+     ;; workaround (to `dim' on ttys).
      :slant italic))
   "Basic italic face."
   :group 'basic-faces)


reply via email to

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