mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
No need to mention K&R C in c-mode intro
This commit is contained in:
parent
8f88db1494
commit
9fa9bc6a32
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user