summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-19 19:48:40 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-19 19:48:40 +0000
commit104c815a3453d06e4d128fa1df2bbf4f709c57ff (patch)
treeb62853650c0a60b5ce45ecded9e0155bed81055d /lisp/add-log.el
parent0f494aeb4f11e5afa5a688cd20b4f2cbb7636387 (diff)
downloademacs-104c815a3453d06e4d128fa1df2bbf4f709c57ff.tar.gz
Comment change.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index bbd51b27d98..6ef0347f884 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -98,7 +98,7 @@ and `current-time-string' are two valid values."
;; Conditionals.
("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face))
;;
- ;; Acknowledgments.
+ ;; Acknowledgements.
("^\t\\(From\\|Reported by\\)" 1 font-lock-comment-face)
)
"Additional expressions to highlight in Change Log mode.")