Mercurial > emacs
changeset 42681:b683f98f263a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jan 2002 21:00:37 +0000 |
parents | 3814cb15269e |
children | d2dfa348e7d8 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 12 21:00:17 2002 +0000 +++ b/etc/NEWS Sat Jan 12 21:00:37 2002 +0000 @@ -65,7 +65,7 @@ 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
--- a/lisp/ChangeLog Sat Jan 12 21:00:17 2002 +0000 +++ b/lisp/ChangeLog Sat Jan 12 21:00:37 2002 +0000 @@ -1,5 +1,11 @@ 2002-01-12 Richard M. Stallman <rms@gnu.org> + * 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.