Mercurial > hg > xemacs-beta
comparison man/lispref/tips.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
531 | 531 |
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 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, emacs, The XEmacs 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 |