]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add some comments
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 4 Oct 2015 06:42:45 +0000 (14:42 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 4 Oct 2015 06:42:45 +0000 (14:42 +0800)
doc/emacs/frames.texi
doc/lispintro/emacs-lisp-intro.texi

index a171db7bb033ba350c6fd349f4608cf01ee06cbb..95b721fa7390526b9e5e74915f09241cf49c220c 100644 (file)
@@ -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}):
 
+@c FIXME: `mouse-popup-menubar-stuff' is obsolete since 23.1.
 @smallexample
 (global-set-key [mouse-3] 'mouse-popup-menubar-stuff)
 @end smallexample
index 22e50e94f487c69a30185b24e549387fbc2c500c..245113b86d716eabd17d2a5297942858f615c8fd 100644 (file)
@@ -3454,6 +3454,9 @@ a function.  (@xref{Interactive Codes, , Code Characters for
 Consider the function @code{zap-to-char}.  Its interactive expression
 is
 
+@c FIXME: the interactive expression of zap-to-char has been changed
+@c (in 2012-04-10).
+
 @smallexample
 (interactive "p\ncZap to char: ")
 @end smallexample