aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi9
-rw-r--r--doc/misc/dired-x.texi4
-rw-r--r--doc/misc/efaq.texi10
3 files changed, 12 insertions, 11 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index c7d3b40f9d1..6c68075ae4a 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -932,10 +932,11 @@ way that, if the file was edited only slightly, you will be at
932approximately the same part of the text as before. But if you have 932approximately the same part of the text as before. But if you have
933made major changes, point may end up in a totally different location. 933made major changes, point may end up in a totally different location.
934 934
935 Reverting marks the buffer as not modified. It also clears the 935 Reverting marks the buffer as not modified. However, it adds the
936buffer's undo history (@pxref{Undo}). Thus, the reversion cannot be 936reverted changes as a single modification to the buffer's undo history
937undone---if you change your mind yet again, you can't use the undo 937(@pxref{Undo}). Thus, after reverting, you can type @kbd{C-/} or its
938commands to bring the reverted changes back. 938aliases to bring the reverted changes back, if you happen to change
939your mind.
939 940
940 Some kinds of buffers that are not associated with files, such as 941 Some kinds of buffers that are not associated with files, such as
941Dired buffers, can also be reverted. For them, reverting means 942Dired buffers, can also be reverted. For them, reverting means
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index 36a9cb0291a..f65542f02ea 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -321,8 +321,8 @@ Default: @code{nil}
321 321
322@cindex How to make omitting the default in Dired 322@cindex How to make omitting the default in Dired
323If non-@code{nil}, ``uninteresting'' files are not listed. 323If non-@code{nil}, ``uninteresting'' files are not listed.
324Uninteresting files are those whose files whose names match regexp 324Uninteresting files are files whose names match regexp
325@code{dired-omit-files}, plus those ending with extensions in 325@code{dired-omit-files}, plus files whose names end with extension in
326@code{dired-omit-extensions}. @kbd{C-x M-o} (@code{dired-omit-mode}) 326@code{dired-omit-extensions}. @kbd{C-x M-o} (@code{dired-omit-mode})
327toggles its value, which is buffer-local. Put 327toggles its value, which is buffer-local. Put
328 328
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 26d9c82b219..0d4e4ba8bdd 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3536,7 +3536,7 @@ see @ref{Packages that do not come with Emacs}.
3536 3536
3537The easiest way to add more features to your Emacs is to use the 3537The easiest way to add more features to your Emacs is to use the
3538command @kbd{M-x list-packages}. This contacts the 3538command @kbd{M-x list-packages}. This contacts the
3539@uref{https:///elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') 3539@uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'')
3540server and fetches the list of additional packages that it offers. 3540server and fetches the list of additional packages that it offers.
3541These are GNU packages that are available for use with Emacs, but are 3541These are GNU packages that are available for use with Emacs, but are
3542distributed separately from Emacs itself, for reasons of space, etc. 3542distributed separately from Emacs itself, for reasons of space, etc.
@@ -3545,8 +3545,8 @@ available, and then Emacs can automatically download and install the
3545packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. 3545packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}.
3546 3546
3547There are other, non-GNU, Emacs Lisp package servers, including: 3547There are other, non-GNU, Emacs Lisp package servers, including:
3548@uref{http://melpa.org/, MELPA}; and 3548@uref{https://melpa.org, MELPA}; and
3549@uref{https://marmalade-repo.org/, Marmalade}. To use additional 3549@uref{https://marmalade-repo.org, Marmalade}. To use additional
3550package servers, customize the @code{package-archives} variable. Be 3550package servers, customize the @code{package-archives} variable. Be
3551aware that installing a package can run arbitrary code, so only add 3551aware that installing a package can run arbitrary code, so only add
3552sources that you trust. 3552sources that you trust.
@@ -3557,8 +3557,8 @@ GNU Emacs sources mailing list}, which is gatewayed to the
3557connection between the two can be unreliable) is an official place 3557connection between the two can be unreliable) is an official place
3558where people can post or announce their extensions to Emacs. 3558where people can post or announce their extensions to Emacs.
3559 3559
3560The @uref{http://emacswiki.org, Emacs Wiki} contains pointers to some 3560The @uref{https://emacswiki.org, Emacs Wiki} contains pointers to some
3561additional extensions. @uref{http://wikemacs.org, WikEmacs} is an 3561additional extensions. @uref{https://wikemacs.org, WikEmacs} is an
3562alternative wiki for Emacs. 3562alternative wiki for Emacs.
3563 3563
3564@uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs 3564@uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs