aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (Symbol Completion): Recommend customizing window manager.Richard M. Stallman2007-01-021-3/+6
|
* programs.texi (Left Margin Paren): Remove the bit which saysAlan Mackenzie2006-12-171-22/+29
| | | | | that CC Mode sets open-paren-in-column-0-is-defun-start to nil. Discuss some of the issues of setting this option to nil.
* improve more page breaksKarl Berry2006-09-301-0/+1
|
* Move periods and commas inside quotes.Richard M. Stallman2006-07-241-1/+1
|
* *** empty log message ***Stefan Monnier2006-07-071-2/+3
|
* Use ;; instead of ;;; to better follow coding conventions.Stefan Monnier2006-07-041-3/+3
|
* fix overfull/underfull boxesKarl Berry2006-07-031-2/+2
|
* Fix spelling errors.Eli Zaretskii2006-05-061-1/+1
|
* msdog.texi (Microsoft Windows):Eli Zaretskii2006-05-061-1/+1
| | | | | | | | | calendar.texi (Calendar/Diary, Displaying the Diary) (Special Diary Entries, Importing Diary): programs.texi (Program Modes): text.texi (Text): buffers.texi (Several Buffers): files.texi (Comparing Files): Fix cross-references to emacs-xtra.
* (Program Modes): Replace inforef to emacs-xtra by conditional xref's, dependingEli Zaretskii2006-05-061-1/+15
| | | | | | on @iftex/@ifnottex. (Programs) [ifnottex]: Add menu entry for "Fortran". <Top Level> [ifnottex]: @include fortran-xtra.texi.
* (Basic Indent): C-j deletes trailing whitespace before the newline.Richard M. Stallman2006-04-071-3/+4
|
* (Comments, Comment Commands, Options for Comments, Multi-Line Comments):Richard M. Stallman2006-04-071-12/+13
| | | | "Align", not "indent".
* (Basic Indent): Clarify relationship of C-j to TAB.Richard M. Stallman2006-04-071-4/+6
|
* * emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,Chong Yidong2006-03-161-517/+2
| | | | | | | | | | | | | | | | | moved here from Emacs manual. * programs.texi (Fortran): Section moved to emacs-xtra. (Program Modes): Xref to Fortran in emacs-xtra. * maintaining.texi (Emerge): Moved to emacs-xtra. * files.texi (Comparing Files): Xref to Emerge in emacs-xtra. * picture.texi: File deleted. * text.texi (Text): Xref to Picture Mode in emacs-xtra. * abbrevs.texi (Abbrevs): * sending.texi (Sending Mail): Picture node removed. * emacs.texi (Top): Update node listings.
* (Defuns): Delete duplicate explanation of left-margin paren convention.Richard M. Stallman2006-02-121-16/+3
| | | | (Hungry Delete): Minor cleanup.
* programs.texi ("Hungry Delete"): Correct the appellation of the backspaceAlan Mackenzie2006-02-111-9/+9
| | | | and delete keys to @kbd{DEL} and @kbd{DELETE}.
* (Basic Indent): Fix typo.Luc Teirlinck2006-02-081-1/+1
|
* Minor cleanups.Richard M. Stallman2006-02-081-98/+46
| | | | | | | | | (Comment Commands): Mention momentary Transient Mark mode. (Matching): Be more specific about customizing show-paren-mode. (Info Lookup): Don't list the modes that support C-h S. Just say what it does in an unsupported mode. (Man Page): Delete excessive info on customizing woman. (Motion in C): Don't mention c-for/backward-into-nomenclature.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* (Hungry Delete): Upcase @key argument.Richard M. Stallman2006-01-191-1/+1
|
* (Electric C): Delete the info about newline control.Richard M. Stallman2005-12-201-142/+21
| | | | | (Other C Commands): Minor cleanup. (Left Margin Paren): Minor cleanup.
* Amend the file for CC Mode 5.31. In particular, relax the injunctionAlan Mackenzie2005-12-191-112/+211
| | | | that all braces/parens at column zero start defuns.
* (Options for Comments): Comment-end starts with space.Richard M. Stallman2005-12-121-3/+5
|
* (Options for Comments): Fix xref.Richard M. Stallman2005-08-111-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* (Lisp Doc): Eldoc mode shows only the first line of a variable's docstring.Luc Teirlinck2005-05-181-4/+5
|
* (Fortran Motion): Fix previous change.Glenn Morris2005-03-301-9/+7
|
* (Fortran Motion): Add fortran-end-of-block,Glenn Morris2005-03-291-9/+14
| | | | fortran-beginning-of-block.
* (ForIndent Vars): `fortran-if-indent' does other constructs as well.Glenn Morris2005-03-291-3/+2
|
* (Fortran): Small fixes to previous changes.Richard M. Stallman2005-03-281-13/+9
|
* (Program Modes): Add Conf mode and DNS mode.Richard M. Stallman2005-03-281-5/+7
|
* (ForIndent Cont): Mention setting of indent-tabs-mode.Glenn Morris2005-03-271-0/+2
|
* Reformat and update copyright years.Glenn Morris2005-03-271-105/+102
| | | | (Fortran): Update section.
* (Fortran Motion): Document f90-next-statement,Richard M. Stallman2005-03-211-4/+40
| | | | | f90-previous-statement, f90-next-block, f90-previous-block, f90-end-of-block, and f90-beginning-of-block.
* (Symbol Completion): C-M-i like M-TAB.Richard M. Stallman2005-03-061-2/+2
|
* (Program Modes): Mention Python mode.Richard M. Stallman2005-02-161-22/+33
| | | | | | | | | | (Moving by Defuns): Repeating C-M-h extends region. (Basic Indent): Clarify. (Custom C Indent): Clarify. (Expressions): Repeating C-M-@ extends region. (Info Lookup): Clarify for C-h S. (Symbol Completion): ESC TAB alternative for M-TAB. (Electric C): Clarify.
* Don't say just "option" when talking about variables.Richard M. Stallman2005-01-301-1/+1
|
* (Multi-line Indent): Fix previous change.Richard M. Stallman2005-01-111-14/+10
| | | | (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
* Re-read for factual correctness; some lisp functions had changed, andStephen Eglen2005-01-101-11/+14
| | | | a few minor additions were made to the text.
* Minor typos corrected, and some small re-wording.Stephen Eglen2005-01-051-25/+25
|
* Interchange nodes (for correct numbering).Luc Teirlinck2004-08-271-1/+1
|
* (Info Lookup): Fix keybinding forJesper Harder2004-06-201-2/+2
| | | | info-lookup-symbol.
* Update for CC Mode 5.30 and incidental amendments.Richard M. Stallman2004-06-131-120/+125
| | | | | | | | | | | | | | | | | | | | | | | | ("AWK"): Is consistently thus spelt throughout. (AWK, Pike): Document as "C-like modes". (@kbd{M-j}): Document as alternative to @kbd{C-M-j}. (M-x man): Supersedes M-x manual-entry. Add numerous index entries. Correct "ESC a/e" to "M-a/e". ("Comments in C"): Delete node; the info is in CC Mode manual. (c-comment-only-line-offset): Remove description. (C-c ., C-c C-c): Describe new C Mode bindings. (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent) (@dfn{Style}, c-default-style, comment-column, comment-padding) (c-up-conditional, c-beginning-of-statement, c-end-of-statement): Amend definitions. (c-beginning-of-defun, c-end-of-defun, c-context-line-break): Describe functions. (c-comment-start-regexp, c-hanging-comment-ender-p) (c-hanging-comment-starter-p): Remove obsolete definitions.
* (Expressions): Doc C-M-SPC as alias for C-M-@.Richard M. Stallman2004-03-041-0/+3
|
* (C Modes): Fix the xref.Eli Zaretskii2003-12-291-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Lisp Indent): Don't describe lisp-indent-function property here.Richard M. Stallman2003-08-061-43/+4
| | | | Use xref to Lisp Manual.
* (Expressions): Delete C-M-DEL.Richard M. Stallman2003-06-041-12/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|