comparison man/lispref/tips.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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, xemacs, The XEmacs Lisp 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
542 @cindex library header comments 542 @cindex library header comments