summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2004-03-15 07:28:38 +0000
committerMasatake YAMATO <jet@gyve.org>2004-03-15 07:28:38 +0000
commit9b05111d02c55dc07ec645d58489484ca6f2fa7c (patch)
treea2e5ae462dc40a81d5b1acfe35a2fa4606d65d24 /lisp
parent9fd76d04e8b93bb6116dffe49b8fdabdac71286f (diff)
downloademacs-9b05111d02c55dc07ec645d58489484ca6f2fa7c.tar.gz
emacs-9b05111d02c55dc07ec645d58489484ca6f2fa7c.tar.bz2
emacs-9b05111d02c55dc07ec645d58489484ca6f2fa7c.zip
Fix a typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b28512af321..d7c955c8471 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,8 +21,7 @@
if the value for `ruler-mode-ruler-function'is given.
* hexl.el (hexl-mode-hook): Make the hook customizable.
- (hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
- customize variables.
+ (hexl-address-area, hexl-ascii-area): New customize variables.
(hexlify-buffer): Put font-lock-faces on the address area and
the ascii area.
(hexl-activate-ruler): New function.