diff options
| author | Paul Eggert | 2016-04-24 12:48:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-24 12:48:34 -0700 |
| commit | f7794460e8e9e0c514b0cb01dd010b531c21169c (patch) | |
| tree | 4bc195ab38f3e0e106b21b02d080be558ba80b33 /doc | |
| parent | e6d6a99455183bca5074b7601ad11d424da6442e (diff) | |
| parent | 78f9af707f711121ba24d8dce88d6757683a4dfe (diff) | |
| download | emacs-f7794460e8e9e0c514b0cb01dd010b531c21169c.tar.gz emacs-f7794460e8e9e0c514b0cb01dd010b531c21169c.zip | |
Merge from origin/emacs-25
78f9af7 ; ChangeLog fixes
162e549 * admin/authors.el (authors-ignored-files): Additions.
2b31a0c In x_set_window_size restore do_pending_window_change calls
401857e Fix Alt-modified keys on some European MS-Windows keyboards
a77cf24 Document 'help-go-forward'
1ba947f Revert "Allow to customize names of executables used by grep.el"
570e0fa Revert "Don't use 'find-program'"
645f4ef Revert "Use 'grep-find-program' in check-declare.el"
aa03257 Clarify documentation of 'dired-mark-files-containing-regexp'
ce0d8c7 Make tmm-menubar work in correct order again
b8d5a8f Remove the Meta-CVS VC backend
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/dired.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 7 | ||||
| -rw-r--r-- | doc/misc/efaq-w32.texi | 1 |
3 files changed, 13 insertions, 3 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 60542df1097..d2de6795c6b 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -550,7 +550,13 @@ Mark (with @samp{*}) all files whose @emph{contents} contain a match for | |||
| 550 | the regular expression @var{regexp} | 550 | the regular expression @var{regexp} |
| 551 | (@code{dired-mark-files-containing-regexp}). This command is like | 551 | (@code{dired-mark-files-containing-regexp}). This command is like |
| 552 | @kbd{% m}, except that it searches the file contents instead of the file | 552 | @kbd{% m}, except that it searches the file contents instead of the file |
| 553 | name. | 553 | name. Note that if a file is visited in an Emacs buffer, this command |
| 554 | will look in the buffer without revisiting the file, so the results | ||
| 555 | might be inconsistent with the file on disk if its contents has changed | ||
| 556 | since it was last visited. If you don't want this, you may wish | ||
| 557 | reverting the files you have visited in your buffers, or turning on | ||
| 558 | the @code{auto-revert} mode in those buffers, before invoking this | ||
| 559 | command. @xref{Reverting}. | ||
| 554 | 560 | ||
| 555 | @item C-/ | 561 | @item C-/ |
| 556 | @itemx C-x u | 562 | @itemx C-x u |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index ed813ff0bf6..172d058f857 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -410,6 +410,8 @@ Follow a hyperlink that you click on. | |||
| 410 | @item C-c C-c | 410 | @item C-c C-c |
| 411 | Show all documentation about the symbol at point | 411 | Show all documentation about the symbol at point |
| 412 | (@code{help-follow-symbol}). | 412 | (@code{help-follow-symbol}). |
| 413 | @item C-c C-f | ||
| 414 | Go forward to the next help topic (@code{help-go-forward}). | ||
| 413 | @item C-c C-b | 415 | @item C-c C-b |
| 414 | Go back to the previous help topic (@code{help-go-back}). | 416 | Go back to the previous help topic (@code{help-go-back}). |
| 415 | @end table | 417 | @end table |
| @@ -417,15 +419,18 @@ Go back to the previous help topic (@code{help-go-back}). | |||
| 417 | @cindex hyperlink | 419 | @cindex hyperlink |
| 418 | @findex help-follow | 420 | @findex help-follow |
| 419 | @findex help-go-back | 421 | @findex help-go-back |
| 422 | @findex help-go-forward | ||
| 420 | @kindex RET @r{(Help mode)} | 423 | @kindex RET @r{(Help mode)} |
| 421 | @kindex C-c C-b @r{(Help mode)} | 424 | @kindex C-c C-b @r{(Help mode)} |
| 425 | @kindex C-c C-f @r{(Help mode)} | ||
| 422 | When a function name, variable name, or face name (@pxref{Faces}) | 426 | When a function name, variable name, or face name (@pxref{Faces}) |
| 423 | appears in the documentation in the help buffer, it is normally an | 427 | appears in the documentation in the help buffer, it is normally an |
| 424 | underlined @dfn{hyperlink}. To view the associated documentation, | 428 | underlined @dfn{hyperlink}. To view the associated documentation, |
| 425 | move point there and type @key{RET} (@code{help-follow}), or click on | 429 | move point there and type @key{RET} (@code{help-follow}), or click on |
| 426 | the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces | 430 | the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces |
| 427 | the contents of the help buffer; to retrace your steps, type @kbd{C-c | 431 | the contents of the help buffer; to retrace your steps, type @kbd{C-c |
| 428 | C-b} (@code{help-go-back}). | 432 | C-b} (@code{help-go-back}). While retracing your steps, you can go |
| 433 | forward by using @kbd{C-c C-b} (@code{help-go-forward}). | ||
| 429 | 434 | ||
| 430 | @cindex URL, viewing in help | 435 | @cindex URL, viewing in help |
| 431 | @cindex help, viewing web pages | 436 | @cindex help, viewing web pages |
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index fe65da6d612..28c09f69744 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi | |||
| @@ -2061,7 +2061,6 @@ Jonathan Arnold has written an | |||
| 2061 | @cindex mercurial, version control integration with Emacs | 2061 | @cindex mercurial, version control integration with Emacs |
| 2062 | @cindex hg, version control integration with Emacs | 2062 | @cindex hg, version control integration with Emacs |
| 2063 | @cindex monotone, version control integration with Emacs | 2063 | @cindex monotone, version control integration with Emacs |
| 2064 | @cindex mcvs, version control integration with Emacs | ||
| 2065 | 2064 | ||
| 2066 | If you are using a graphical revision control tool already, check if | 2065 | If you are using a graphical revision control tool already, check if |
| 2067 | it comes with command-line tools. Many such GUI tools are just | 2066 | it comes with command-line tools. Many such GUI tools are just |