emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/progmodes cpp.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/progmodes cpp.el
Date: Wed, 03 Dec 2008 03:26:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/03 03:26:24

Modified files:
        lisp/progmodes : cpp.el 

Log message:
        Correct spellling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cpp.el?cvsroot=emacs&r1=1.42&r2=1.43

Patches:
Index: cpp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cpp.el,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- cpp.el      6 May 2008 07:18:17 -0000       1.42
+++ cpp.el      3 Dec 2008 03:26:23 -0000       1.43
@@ -101,8 +101,8 @@
                       (cpp-face :tag "True")
                       (cpp-face :tag "False")
                       (choice (const :tag "True branch writable" t)
-                              (const :tag "False branch writeable" nil)
-                              (const :tag "Both branches writeable" both))))
+                              (const :tag "False branch writable" nil)
+                              (const :tag "Both branches writable" both))))
   :group 'cpp)
 
 (defvar cpp-overlay-list nil)




reply via email to

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