diff options
| author | Michael Albinus | 2018-03-25 12:18:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-03-25 12:18:09 +0200 |
| commit | 2acb9f01b99dd28e51e9a6b7096c50e12ce02be3 (patch) | |
| tree | 63fec135be128d9eb147b4851e3144689d082031 | |
| parent | d481cba23a34b2714e6d578cd7ad36b4f5021406 (diff) | |
| download | emacs-2acb9f01b99dd28e51e9a6b7096c50e12ce02be3.tar.gz emacs-2acb9f01b99dd28e51e9a6b7096c50e12ce02be3.zip | |
Minor manual changes changes
* doc/emacs/misc.texi (FFAP): Complete commands.
(Amusements): Add some @cindex entries. Add "M-x butterfly".
| -rw-r--r-- | doc/emacs/misc.texi | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index fed2e489245..ba90904ff3b 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2871,33 +2871,33 @@ functionality in Rmail, Gnus and VM article buffers. | |||
| 2871 | @kindex C-x C-f @r{(FFAP)} | 2871 | @kindex C-x C-f @r{(FFAP)} |
| 2872 | Find @var{filename}, guessing a default from text around point | 2872 | Find @var{filename}, guessing a default from text around point |
| 2873 | (@code{find-file-at-point}). | 2873 | (@code{find-file-at-point}). |
| 2874 | @item C-x C-r | 2874 | @item C-x C-r @var{filename} @key{RET} |
| 2875 | @kindex C-x C-r @r{(FFAP)} | 2875 | @kindex C-x C-r @r{(FFAP)} |
| 2876 | @code{ffap-read-only}, analogous to @code{find-file-read-only}. | 2876 | @code{ffap-read-only}, analogous to @code{find-file-read-only}. |
| 2877 | @item C-x C-v | 2877 | @item C-x C-v @var{filename} @key{RET} |
| 2878 | @kindex C-x C-v @r{(FFAP)} | 2878 | @kindex C-x C-v @r{(FFAP)} |
| 2879 | @code{ffap-alternate-file}, analogous to @code{find-alternate-file}. | 2879 | @code{ffap-alternate-file}, analogous to @code{find-alternate-file}. |
| 2880 | @item C-x d @var{directory} @key{RET} | 2880 | @item C-x d @var{directory} @key{RET} |
| 2881 | @kindex C-x d @r{(FFAP)} | 2881 | @kindex C-x d @r{(FFAP)} |
| 2882 | Start Dired on @var{directory}, defaulting to the directory at | 2882 | Start Dired on @var{directory}, defaulting to the directory at |
| 2883 | point (@code{dired-at-point}). | 2883 | point (@code{dired-at-point}). |
| 2884 | @item C-x C-d | 2884 | @item C-x C-d @var{directory} @key{RET} |
| 2885 | @code{ffap-list-directory}, analogous to @code{list-directory}. | 2885 | @code{ffap-list-directory}, analogous to @code{list-directory}. |
| 2886 | @item C-x 4 f | 2886 | @item C-x 4 f @var{filename} @key{RET} |
| 2887 | @kindex C-x 4 f @r{(FFAP)} | 2887 | @kindex C-x 4 f @r{(FFAP)} |
| 2888 | @code{ffap-other-window}, analogous to @code{find-file-other-window}. | 2888 | @code{ffap-other-window}, analogous to @code{find-file-other-window}. |
| 2889 | @item C-x 4 r | 2889 | @item C-x 4 r @var{filename} @key{RET} |
| 2890 | @code{ffap-read-only-other-window}, analogous to | 2890 | @code{ffap-read-only-other-window}, analogous to |
| 2891 | @code{find-file-read-only-other-window}. | 2891 | @code{find-file-read-only-other-window}. |
| 2892 | @item C-x 4 d | 2892 | @item C-x 4 d @var{directory} @key{RET} |
| 2893 | @code{ffap-dired-other-window}, like @code{dired-other-window}. | 2893 | @code{ffap-dired-other-window}, like @code{dired-other-window}. |
| 2894 | @item C-x 5 f | 2894 | @item C-x 5 f @var{filename} @key{RET} |
| 2895 | @kindex C-x 5 f @r{(FFAP)} | 2895 | @kindex C-x 5 f @r{(FFAP)} |
| 2896 | @code{ffap-other-frame}, analogous to @code{find-file-other-frame}. | 2896 | @code{ffap-other-frame}, analogous to @code{find-file-other-frame}. |
| 2897 | @item C-x 5 r | 2897 | @item C-x 5 r @var{filename} @key{RET} |
| 2898 | @code{ffap-read-only-other-frame}, analogous to | 2898 | @code{ffap-read-only-other-frame}, analogous to |
| 2899 | @code{find-file-read-only-other-frame}. | 2899 | @code{find-file-read-only-other-frame}. |
| 2900 | @item C-x 5 d | 2900 | @item C-x 5 d @var{directory} @key{RET} |
| 2901 | @code{ffap-dired-other-frame}, analogous to @code{dired-other-frame}. | 2901 | @code{ffap-dired-other-frame}, analogous to @code{dired-other-frame}. |
| 2902 | @item M-x ffap-next | 2902 | @item M-x ffap-next |
| 2903 | Search buffer for next file name or URL, then find that file or URL. | 2903 | Search buffer for next file name or URL, then find that file or URL. |
| @@ -2914,6 +2914,7 @@ find the one you select (@code{ffap-menu}). | |||
| 2914 | @node Amusements | 2914 | @node Amusements |
| 2915 | @section Games and Other Amusements | 2915 | @section Games and Other Amusements |
| 2916 | @cindex boredom | 2916 | @cindex boredom |
| 2917 | @cindex games | ||
| 2917 | 2918 | ||
| 2918 | @findex animate-birthday-present | 2919 | @findex animate-birthday-present |
| 2919 | @cindex animate | 2920 | @cindex animate |
| @@ -2932,6 +2933,7 @@ guess---to guess a value, type a letter and then the digit you think it | |||
| 2932 | stands for. The aim of @code{5x5} is to fill in all the squares. | 2933 | stands for. The aim of @code{5x5} is to fill in all the squares. |
| 2933 | 2934 | ||
| 2934 | @findex bubbles | 2935 | @findex bubbles |
| 2936 | @cindex bubbles | ||
| 2935 | @kbd{M-x bubbles} is a game in which the object is to remove as many | 2937 | @kbd{M-x bubbles} is a game in which the object is to remove as many |
| 2936 | bubbles as you can in the smallest number of moves. | 2938 | bubbles as you can in the smallest number of moves. |
| 2937 | 2939 | ||
| @@ -2956,6 +2958,7 @@ character. Keep dissociwords out of your documentation, if you want | |||
| 2956 | it to be well userenced and properbose. | 2958 | it to be well userenced and properbose. |
| 2957 | 2959 | ||
| 2958 | @findex dunnet | 2960 | @findex dunnet |
| 2961 | @cindex dunnet | ||
| 2959 | @kbd{M-x dunnet} runs a text-based adventure game. | 2962 | @kbd{M-x dunnet} runs a text-based adventure game. |
| 2960 | 2963 | ||
| 2961 | @findex gomoku | 2964 | @findex gomoku |
| @@ -2998,9 +3001,15 @@ implementations of the well-known Pong, Snake and Tetris games. | |||
| 2998 | across other pegs. | 3001 | across other pegs. |
| 2999 | 3002 | ||
| 3000 | @findex zone | 3003 | @findex zone |
| 3004 | @cindex zone | ||
| 3001 | The command @kbd{M-x zone} plays games with the display when Emacs | 3005 | The command @kbd{M-x zone} plays games with the display when Emacs |
| 3002 | is idle. | 3006 | is idle. |
| 3003 | 3007 | ||
| 3008 | @findex butterfly | ||
| 3009 | @cindex butterfly | ||
| 3010 | Real Programmers™ deploy @kbd{M-x butterfly}, which uses butterflies | ||
| 3011 | to flip a bit on the drive platter, see @uref{https://xkcd.com/378}. | ||
| 3012 | |||
| 3004 | @findex doctor | 3013 | @findex doctor |
| 3005 | @cindex Eliza | 3014 | @cindex Eliza |
| 3006 | Finally, if you find yourself frustrated, try describing your | 3015 | Finally, if you find yourself frustrated, try describing your |