Mercurial > emacs
diff man/programs.texi @ 71612:77266daa9ec9
Use ;; instead of ;;; to better follow coding conventions.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 04 Jul 2006 20:02:38 +0000 |
parents | 4d628cade603 |
children | a745634e8067 138ce2701550 |
line wrap: on
line diff
--- a/man/programs.texi Tue Jul 04 14:32:15 2006 +0000 +++ b/man/programs.texi Tue Jul 04 20:02:38 2006 +0000 @@ -954,10 +954,10 @@ 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. +;; This function is just an example. +;; Here either two or three semicolons are appropriate. (defun foo (x) -;;; And now, the first part of the function: +;;; And now, the first part of the function: ;; The following line adds one. (1+ x)) ; This line adds one. @end example