emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi,v
Date: Fri, 07 Jul 2006 15:26:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/07/07 15:26:26

Index: programs.texi
===================================================================
RCS file: /sources/emacs/emacs/man/programs.texi,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- programs.texi       4 Jul 2006 20:02:37 -0000       1.118
+++ programs.texi       7 Jul 2006 15:26:26 -0000       1.119
@@ -949,13 +949,14 @@
 comments in certain contexts.  For example, in Lisp code, comments which
 start with two semicolons are indented as if they were lines of code,
 instead of at the comment column.  Comments which start with three
-semicolons are supposed to start at the left margin.  Emacs understands
+semicolons are supposed to start at the left margin and are often used
+for sectioning purposes.  Emacs understands
 these conventions by indenting a double-semicolon comment using @key{TAB},
 and by not changing the indentation of a triple-semicolon comment at all.
 
 @example
 ;; This function is just an example.
-;; Here either two or three semicolons are appropriate.
+;;; Here either two or three semicolons are appropriate.
 (defun foo (x)
 ;;;  And now, the first part of the function:
   ;; The following line adds one.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]