aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-01-12 21:00:37 +0000
committerRichard M. Stallman <[email protected]>2002-01-12 21:00:37 +0000
commit6ab3cbb51cec226cb952cb9ee707a92488abe651 (patch)
tree78a246a8a94f7b5bb076f858a390d3c5efa0b778
parent77144ebceb04ff63f284f470382f9e5e8747e416 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog6
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a9f8741f68..8465be4dd5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,7 +65,7 @@ changes the behavior of motion commands line C-e and C-p.
control substitution of the file names only when they are surrounded
by whitespace. This means you can now use them as shell wildcards
too. If you want to use just plain `*' as a wildcard, type `*""'; the
-doublequotes make no differentce in the shell, but they prevent
+doublequotes make no difference in the shell, but they prevent
special treatment in `dired-do-shell-command'.
** Unquoted `$' in file names do not signal an error any more when
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eaea546e07..1840cdd623 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
2002-01-12 Richard M. Stallman <[email protected]>
+ * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
+ and proper window.
+
+ * help.el (describe-mode): Call help-setup-xref in the help buffer.
+ Switch buffers only after calling `help-buffer'.
+
* dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
only when they are surrounded by whitespace.
Use dired-mark-separator when adding one file name to a command.