]> git.eshelyaron.com Git - emacs.git/commitdiff
No need to mention K&R C in c-mode intro
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Sep 2015 16:13:36 +0000 (09:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Sep 2015 16:13:59 +0000 (09:13 -0700)
doc/misc/cc-mode.texi
lisp/progmodes/cc-mode.el

index c90a7db5cec5a35491bb89f6b34cbb2fb80d30d3..b93bc8f679f7d8cd5731071acfd946f78a500b7b 100644 (file)
@@ -378,7 +378,7 @@ This manual describes @ccmode{}
 version 5.32.
 @comment Release.py script can update the version number automatically
 
-@ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C,
+@ccmode{} supports the editing of C, C++, Objective-C,
 Java, CORBA's Interface Definition Language, Pike@footnote{A C-like
 scripting language with its roots in the LPC language used in some MUD
 engines.  See @uref{http://pike.ida.liu.se/}.} and AWK files.  In this
index 97491e4d1d7d380f06cd5ab52b631ebe216244ea..5c68de4b057dccbd009e4c1bf3a1565844aed4b2 100644 (file)
@@ -1265,7 +1265,7 @@ Note that the style variables are always made local to the buffer."
   ;;
   ;;
   ;;     void myfunc(T* p) {}
-  ;; 
+  ;;
   ;; Type a space in the first blank line, and the fontification of the next
   ;; line was fouled up by context fontification.
   (let (new-beg new-end new-region case-fold-search
@@ -1455,7 +1455,8 @@ This function is called from `c-common-init', once per mode initialization."
 
 ;;;###autoload
 (define-derived-mode c-mode prog-mode "C"
-  "Major mode for editing K&R and ANSI C code.
+  "Major mode for editing C code.
+
 To submit a problem report, enter `\\[c-submit-bug-report]' from a
 c-mode buffer.  This automatically sets up a mail buffer with version
 information already added.  You just need to add a description of the