Mercurial > hg > xemacs-beta
comparison man/lispref/tips.texi @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | e2e5b8d4abd5 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
532 @noindent | 532 @noindent |
533 The indentation commands of the Lisp modes in XEmacs, such as @kbd{M-;} | 533 The indentation commands of the Lisp modes in XEmacs, such as @kbd{M-;} |
534 (@code{indent-for-comment}) and @key{TAB} (@code{lisp-indent-line}) | 534 (@code{indent-for-comment}) and @key{TAB} (@code{lisp-indent-line}) |
535 automatically indent comments according to these conventions, | 535 automatically indent comments according to these conventions, |
536 depending on the number of semicolons. @xref{Comments,, | 536 depending on the number of semicolons. @xref{Comments,, |
537 Manipulating Comments, emacs, The XEmacs Reference Manual}. | 537 Manipulating Comments, xemacs, The XEmacs User's Manual}. |
538 | 538 |
539 @node Library Headers | 539 @node Library Headers |
540 @section Conventional Headers for XEmacs Libraries | 540 @section Conventional Headers for XEmacs Libraries |
541 @cindex header comments | 541 @cindex header comments |
542 @cindex library header comments | 542 @cindex library header comments |