diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/ChangeLog.9 | |
parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.bz2 emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp/ChangeLog.9')
-rw-r--r-- | lisp/ChangeLog.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 469d0970f82..be6ba962cf3 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -1418,13 +1418,13 @@ 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org> * progmodes/hideshow.el: Update first-line description. - Sync comments w/ maintainer version 5.31. + Sync comments with maintainer version 5.31. (hs-isearch-open): Default value now `code'. Fix docstring to use "code blocks" vs "comment blocks", as opposed to "block" vs "comment". (hs-flag-region): Accept `hs-isearch-open' value - of `block' as synonymous w/ `code'. + of `block' as synonymous with `code'. (hs-hide-block-at-point): For code blocks, pass `code' to `hs-flag-region' instead of `block'. @@ -11483,7 +11483,7 @@ 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org> * progmodes/hideshow.el: Update author email address. - Generally, sync w/ maintainer version 5.22. + Generally, sync with maintainer version 5.22. (hs-hide-all-non-comment-function): New var. (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. (hs-hide-all): Use `hs-hide-all-non-comment-function'. @@ -17879,7 +17879,7 @@ (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. (speedbar-directory-buttons): Update path search/expansion. (speedbar-make-tag-line): Pay attention to - `speedbar-indentation-width'. Use more care w/ invisible + `speedbar-indentation-width'. Use more care with invisible properties. (speedbar-change-expand-button-char): Call `speedbar-insert-image-button-maybe'. |