]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fframe_live_p): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Sun, 18 Nov 2001 10:02:38 +0000 (10:02 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 18 Nov 2001 10:02:38 +0000 (10:02 +0000)
src/ChangeLog
src/frame.c

index ed4eee4050edbfaca131b38a4440c34a8515b6e2..b7beb3e30597513775dee7f913ec3fd402c8a636 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * frame.c (Fframe_live_p): Doc fix.
+
 2001-11-18  Richard M. Stallman  <rms@gnu.org>
 
        * xdisp.c (message_dolog_marker1, message_dolog_marker2)
index a32cc56e2b9dd0a2cc6989cd8c17c184f3f88bae..ea38a088925fd451eab1f2365177b20c553c9c07 100644 (file)
@@ -181,7 +181,7 @@ DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
        doc: /* Return non-nil if OBJECT is a frame which has not been deleted.
 Value is nil if OBJECT is not a live frame.  If object is a live
 frame, the return value indicates what sort of output device it is
-displayed on.  See the documentation of  `framep' for possible
+displayed on.  See the documentation of `framep' for possible
 return values.  */)
      (object)
      Lisp_Object object;