aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.8
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/ChangeLog.8
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp/ChangeLog.8')
-rw-r--r--lisp/ChangeLog.811
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index a14d6821925..3b6205bc60d 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -117,7 +117,7 @@
117 overlays if they interfere. 117 overlays if they interfere.
118 (compilation-find-file): Make intangible overlays tangible. 118 (compilation-find-file): Make intangible overlays tangible.
119 119
120 * progmodes/hideshow.el: Generally, synch w/ maintainer 120 * progmodes/hideshow.el: Generally, synch with maintainer
121 version 5.9. 121 version 5.9.
122 122
123 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. 123 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
@@ -6715,7 +6715,7 @@
6715 6715
6716 * speedbar.el (speedbar-item-info-file-helper): Add optional arg 6716 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
6717 of the file whose info we want to display. 6717 of the file whose info we want to display.
6718 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. 6718 (speedbar-easymenu-definition-trailer) Fix list issue with customize.
6719 (speedbar-add-mode-functions-list) Improve doc. 6719 (speedbar-add-mode-functions-list) Improve doc.
6720 (speedbar-line-token) New function. 6720 (speedbar-line-token) New function.
6721 (speedbar-dired) Fix order of directories in -shown-directories. 6721 (speedbar-dired) Fix order of directories in -shown-directories.
@@ -9800,8 +9800,8 @@
98001998-08-27 Richard Stallman <rms@gnu.org> 98001998-08-27 Richard Stallman <rms@gnu.org>
9801 9801
9802 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. 9802 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
9803 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. 9803 * calendar/appt.el (appt-check): Start the appt-mode-string with
9804 Clear appt-mode-string if we don't put something in it. 9804 space. Clear appt-mode-string if we don't put something in it.
9805 9805
98061998-08-27 Dave Love <fx@gnu.org> 98061998-08-27 Dave Love <fx@gnu.org>
9807 9807
@@ -9979,7 +9979,8 @@
9979 (speedbar-mode): Set buffer to read only. 9979 (speedbar-mode): Set buffer to read only.
9980 (speedbar-temp-buffer-show-function): For Emacs don't call hook 9980 (speedbar-temp-buffer-show-function): For Emacs don't call hook
9981 with arguments. 9981 with arguments.
9982 (speedbar-stealthy-updates): Do all updates w/ the buffer writable. 9982 (speedbar-stealthy-updates): Do all updates with the buffer
9983 writable.
9983 9984
99841998-08-19 Dan Nicolaescu <done@ece.arizona.edu> 99851998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
9985 9986