diff options
-rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 8cadf791a12..ddf81f3e805 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -664,7 +664,7 @@ edge, combining position notation and @code{user-position} as in @example (modify-frame-parameters - '((user-position . t) (left . (+ -4)))) + nil '((user-position . t) (left . (+ -4)))) @end example may help to override that. |