emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fd51234: ; Add some comments


From: Xue Fuqiao
Subject: [Emacs-diffs] master fd51234: ; Add some comments
Date: Sun, 04 Oct 2015 06:44:13 +0000

branch: master
commit fd51234cd3b526edb86e905c96f8cd9f15d9a2d9
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    ; Add some comments
---
 doc/emacs/frames.texi               |    1 +
 doc/lispintro/emacs-lisp-intro.texi |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index a171db7..95b721f 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -329,6 +329,7 @@ instead of running the @code{mouse-save-then-kill} command, 
rebind
 @kbd{Mouse-3} by adding the following line to your init file
 (@pxref{Init Rebinding}):
 
address@hidden FIXME: `mouse-popup-menubar-stuff' is obsolete since 23.1.
 @smallexample
 (global-set-key [mouse-3] 'mouse-popup-menubar-stuff)
 @end smallexample
diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 22e50e9..245113b 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -3454,6 +3454,9 @@ a function.  (@xref{Interactive Codes, , Code Characters 
for
 Consider the function @code{zap-to-char}.  Its interactive expression
 is
 
address@hidden FIXME: the interactive expression of zap-to-char has been changed
address@hidden (in 2012-04-10).
+
 @smallexample
 (interactive "p\ncZap to char: ")
 @end smallexample



reply via email to

[Prev in Thread] Current Thread [Next in Thread]