]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Add some missing documentation markers.
authorStefan Kangas <stefan@marxist.se>
Thu, 26 Nov 2020 06:00:19 +0000 (07:00 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 26 Nov 2020 06:02:36 +0000 (07:02 +0100)
etc/NEWS

index 5f8f408c6f2794f38e942a3418b98a5facabe029..e0916f56b874bda05a0092044fdd38ae3a9845cf 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1711,6 +1711,7 @@ parameter.
 'previous-system-time-locale' have been removed, as they were created
 by mistake and were not useful to Lisp code.
 
+---
 ** The 'load-dangerous-libraries' variable is now obsolete.
 It was used to allow loading Lisp libraries compiled by XEmacs, a
 modified version of Emacs which is no longer actively maintained.
@@ -1725,6 +1726,7 @@ Use macro 'with-current-buffer-window' with action alist entry 'body-function'.
 To load the file after byte-compiling, add a call to 'load' from Lisp
 or use 'M-x emacs-lisp-byte-compile-and-load' interactively.
 
+---
 ** The metamail.el library is now marked obsolete.
 
 ---