From 24a768a078dd8b320ca6dd91454c3595ba46f7fb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 7 Jul 2006 15:26:26 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ man/programs.texi | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 790b98543b9..1164c941619 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-07-07 Stefan Monnier + * progmodes/compile.el (compilation-error-regexp-alist-alist) : + Use shy regexp. Fix incorrect backref to potentially unmatched group. + * dirtrack.el (dirtrack-default-directory-function): Remove. (dirtrack-directory-function): Use file-name-as-directory. (dirtrack-windows-directory-function): Simplify. diff --git a/man/programs.texi b/man/programs.texi index 2e189bc1f13..70198ad1e99 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -949,13 +949,14 @@ comment delimiters to add or how many to delete. 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. -- 2.39.2