aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-22 12:52:08 +0200
committerJuanma Barranquero2010-10-22 12:52:08 +0200
commitcd5ad71278628d0b71ba13032def9fe5b17ada14 (patch)
tree945df5949abbc1fc464088dd4267ad0eb5f9c240 /src
parent89baa1df6943eb3e8b4ff2a11b1c3e2463f85849 (diff)
downloademacs-cd5ad71278628d0b71ba13032def9fe5b17ada14.tar.gz
emacs-cd5ad71278628d0b71ba13032def9fe5b17ada14.zip
src/frame.c: Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index d9106a721a9..c542cae5f6d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -272,8 +272,6 @@ FRAME defaults to the currently selected frame.
272Use of this function as a predicate is deprecated. Instead, 272Use of this function as a predicate is deprecated. Instead,
273use `display-graphic-p' or any of the other `display-*-p' 273use `display-graphic-p' or any of the other `display-*-p'
274predicates which report frame's specific UI-related capabilities. */) 274predicates which report frame's specific UI-related capabilities. */)
275
276FRAME defaults to the currently selected frame. */)
277 (frame) 275 (frame)
278 Lisp_Object frame; 276 Lisp_Object frame;
279{ 277{