aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-05-22 01:20:26 +0000
committerMarkus Rost <[email protected]>2002-05-22 01:20:26 +0000
commit754774523d5dab0d951794db9169f6051e329045 (patch)
treed3b4470df4ad8e131ed1c058e4850dfaa69d816f
parent76a98a5066c54897dca5a8d9c12153fa599d311f (diff)
Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/lpr.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 91da468b6b..6ec410602e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-21 Markus Rost <[email protected]>
+
+ * lpr.el: Fix typo in Commentary section.
+
2002-05-21 Stefan Monnier <[email protected]>
* net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
diff --git a/lisp/lpr.el b/lisp/lpr.el
index 213a6d05af..21e82208e6 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -25,7 +25,7 @@
;;; Commentary:
;; Commands to send the region or a buffer to your printer. Entry points
-;; are `lpr-buffer', `print-buffer', lpr-region', or `print-region'; option
+;; are `lpr-buffer', `print-buffer', `lpr-region', or `print-region'; option
;; variables include `printer-name', `lpr-switches' and `lpr-command'.
;;; Code: