diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-10 12:38:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-10 12:38:19 +0100 |
commit | 020aff95fa3e503387a7f9b240e0f7e9f2f054ae (patch) | |
tree | 199b9d58f64caf5e64eec47eb916275f1f4985e6 /lisp/mh-e | |
parent | 5e03a621efc00b3cfe52442670175dd3564c4e1e (diff) | |
download | emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.gz emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.bz2 emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.zip |
; Fix typos in ChangeLog files
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index f918ab8fe74..011ed123986 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -7534,7 +7534,7 @@ (mh-yank-cur-msg): Add a space between sexprs. * mh-utils.el (mh-mark-active-p): New macro which papers over - diffences between GNU Emacs and XEmacs. The variables mark-active + differences between GNU Emacs and XEmacs. The variables mark-active and transient-mark-mode are used in GNU Emacs while zmacs-regions and region-active-p are used in XEmacs. diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2 index f0032e9db19..d4f650be5f4 100644 --- a/lisp/mh-e/ChangeLog.2 +++ b/lisp/mh-e/ChangeLog.2 @@ -2576,7 +2576,7 @@ use function mh-variants instead. (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info) (mh-variant-nmh-info): Co-locate next to mh-variants, which uses - them. Updated to use mh-file-command-p which is more accurrate + them. Updated to use mh-file-command-p which is more accurate than file-executable-p which returns t for directories. (mh-file-command-p): Move here from mh-utils, since mh-variant-*-info are the only functions to use it. |