diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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. | |||
| 272 | Use of this function as a predicate is deprecated. Instead, | 272 | Use of this function as a predicate is deprecated. Instead, |
| 273 | use `display-graphic-p' or any of the other `display-*-p' | 273 | use `display-graphic-p' or any of the other `display-*-p' |
| 274 | predicates which report frame's specific UI-related capabilities. */) | 274 | predicates which report frame's specific UI-related capabilities. */) |
| 275 | |||
| 276 | FRAME defaults to the currently selected frame. */) | ||
| 277 | (frame) | 275 | (frame) |
| 278 | Lisp_Object frame; | 276 | Lisp_Object frame; |
| 279 | { | 277 | { |