Mercurial > hg > xemacs-beta
comparison man/lispref/tips.texi @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | ac2d302a0011 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
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 Lisp Reference 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 |