aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>Eli Zaretskii2002-03-221-0/+5
| | | | instead of : only in Info.
* (Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.Eli Zaretskii2002-03-131-1/+3
|
* Fix typos.Pavel Janík2002-01-121-2/+2
|
* Undo previous change.Richard M. Stallman2001-11-251-1/+1
|
* Fix index entry for comment-indent-function.Richard M. Stallman2001-11-251-1/+1
|
* (Lisp Indent): Add index entry for lisp-indent-function.Eli Zaretskii2001-11-231-0/+1
|
* (Which Function): Add a cindex entry.Eli Zaretskii2001-10-221-0/+1
|
* (Imenu): Fix a typo.Eli Zaretskii2001-08-311-2/+2
|
* Update values of hs-isearch-open.Richard M. Stallman2001-08-251-4/+4
|
* (Custom C Indent): Fix an invalid xref.Eli Zaretskii2001-08-201-1/+1
|
* Many clarifications.Richard M. Stallman2001-08-201-119/+131
|
* (Man Page): Mention the -a switch to `man' in a footnote.Eli Zaretskii2001-08-021-3/+7
|
* C-u TAB works only in certain modes.Richard M. Stallman2001-07-081-5/+6
|
* Minor change.Richard M. Stallman2001-07-041-1/+1
|
* Minor clarifications. Explain how to use imenu-sort-function.Richard M. Stallman2001-06-291-15/+18
| | | | Fix name of imenu-add-menubar-index.
* Explain purpose of mode hooks.Richard M. Stallman2001-06-291-55/+82
| | | | | | | | | | | Xref to Tags from Imenu. Don't use "sections or definitions" in Imenu. Cindex "pretty printer". Mention LINEFEED. Explain uses of values of lisp-indent-function. Explain why C-M-DEL is sometimes not available. Doc values of hs-isearch-open. Minor cleanups.
* Major rewrite. Sections Tags, Emerge, Change Log and AuthorsRichard M. Stallman2001-06-261-2310/+647
| | | | | | | | | | | | | | | | | | | | | | | | | moved to maintaining.texi. Some sections reordered. Node Misc for Programs moved to just before the language-specific sections. New node Defuns contains an intro plus the old Defuns node (now renamed Moving by Defuns) as well as Imenu, Which Function, and a node Left Margin Paren to explain the convention about this. New node Parentheses now documents M-x check-parens. It contains subnodes Expressions, Moving by Parens, and Matching. Expressions and Moving by Parens contain the material formerly in Lists and List Commands, but divided up differently. The section Balanced Editing has been deleted. Most of the C indentation customization (all except c-set-style), has been replaced with a reference to the C Modes manual. Documentation now is divided into three subsections. Some rewrites in the Program Indent section about C-u TAB and C-M-q.
* Add details about C-M-a and C-M-e.Richard M. Stallman2001-06-231-49/+81
| | | | | | | | | | Index indent-for-tab-command. Clarify TAB on lines inside paren grouping. Clarify which languages a C style applies to. Clarify how c-default-style takes effect. c-set-style affects only current buffer. Clarify blink-matching-delay.
* (Multi-line Indent): Document indent-code-rigidly.Eli Zaretskii2001-06-221-1/+10
|
* Proofreading fixes from Peter Milliken.Eli Zaretskii2001-06-221-10/+17
|
* New node Program Misc; text about word and paragraph and selectiveRichard M. Stallman2001-06-201-88/+95
| | | | | | | | | | | | | display features moved there. Major rewrite of Programming Modes node. Mention font lock and compilation commands in initial list of capabilities. Rewrite explanation of C-M- convention. In Basic Indent, add intro text.
* More proofreading fixes from Peter Milliken.Eli Zaretskii2001-06-201-16/+16
|
* Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.Eli Zaretskii2001-06-201-0/+7
|
* (Hideshow): Remove the obsolete variable hs-show-hidden-short-form.Eli Zaretskii2001-06-171-4/+0
|
* Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.Eli Zaretskii2001-06-151-11/+11
|
* Update various command names and variable defaults.Richard M. Stallman2001-06-111-17/+19
| | | | Don't mention c-strict-syntax-p, which is obsolete.
* (Basic Indent): Add a cross-reference to description of indent-tabs-mode.Eli Zaretskii2001-06-091-0/+3
|
* (Hideshow): Fix the docs of keybindings which used a single `@'.Eli Zaretskii2001-06-071-12/+12
|
* Correct names of some C mode indentation commands.Richard M. Stallman2001-06-011-13/+13
|
* Fix some xrefs to other manuals.Richard M. Stallman2001-05-221-3/+3
|
* Update hideshow key bindings.Thien-Thi Nguyen2001-03-141-12/+12
|
* Mention that file names are tags.Francesco Potortì2001-03-121-3/+3
|
* Remove redundant index entries.Eli Zaretskii2001-02-211-13/+4
|
* Fix typo.Andreas Schwab2001-02-191-1/+1
|
* Change in quoting.Richard M. Stallman2001-02-191-4/+4
|
* Clean up comment-dwim vs indent-for-comment, etc.Richard M. Stallman2001-02-191-347/+376
| | | | | | | | | | Move comment-padding to the Options for Comments node. Give details of hideshow commands. Many cleanups for etags. Rewrite Imenu node. Put ff-find-related-file into Other C Commands node. Clean up fortran comment ruler info. Fortran Misc node deleted.
* *** empty log message ***Dave Love2001-01-221-4/+4
|
* Added instructions for use of Ada tags.Francesco Potortì2001-01-141-2/+28
|
* Changes for makefile support in etags.Francesco Potortì2001-01-141-0/+3
|
* (Tags Search): Add index entries for multiple-file search and replace.Eli Zaretskii2001-01-041-0/+2
|
* Move the cindex about moving to matching paren into the "List Commands"Eli Zaretskii2000-12-221-3/+7
| | | | | node, where the commands are really described. Add cindex entries to the "Defuns" node.
* Fix typo.Gerd Moellmann2000-12-061-1/+1
|
* Don't tell that show-paren only works on X. Explain how to customizeEli Zaretskii2000-12-021-10/+17
| | | | it. Add an index entry.
* Fix a typo.Eli Zaretskii2000-08-261-1/+1
|
* Document tags-case-fold-search, tags-apropos-verbose and tags-tag-face.Eli Zaretskii2000-08-221-0/+14
|
* Document change-log-version-info-enabled andEli Zaretskii2000-08-221-0/+11
| | | | change-log-version-number-regexp-list.
* check-parens can also find unbalanced quotes in strings.Eli Zaretskii2000-08-221-3/+3
|
* Add cindex entry for unbalanced parentheses.Eli Zaretskii2000-08-221-0/+1
|
* Document comment-dwim and the new binding of M-;.Eli Zaretskii2000-08-221-12/+32
| | | | Document that kill-comment is now an alias for comment-kill.
* Remove redundant description of change-log-redate.Eli Zaretskii2000-08-201-8/+2
|