]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit
authorMartin Rudalics <rudalics@gmx.at>
Tue, 19 May 2015 10:19:10 +0000 (12:19 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 19 May 2015 10:19:10 +0000 (12:19 +0200)
doc/lispref/frames.texi

index 8cadf791a124061f479c22d9262aa639bda20925..ddf81f3e805cab24f78e1150d5c9c296ba0af18f 100644 (file)
@@ -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.