From: Glenn Morris Date: Thu, 9 Oct 2014 01:09:10 +0000 (-0400) Subject: * doc/lispref/frames.texi: Tweak previous tweaks. X-Git-Tag: emacs-24.4-rc1~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=942a57a2a5c56575a15dd22e1feebd1825f281b0;p=emacs.git * doc/lispref/frames.texi: Tweak previous tweaks. --- diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 78679b877e4..d5617ed3cfd 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -392,21 +392,21 @@ time, though the frame can span multiple (or no) physical monitors. Here's an example of the data produced by this function on a 2-monitor display: -@smalllisp +@lisp (display-monitor-attributes-list) @result{} (((geometry 0 0 1920 1080) ;; @r{Left-hand, primary monitor} (workarea 0 0 1920 1050) ;; @r{A taskbar occupies some of the height} (mm-size 677 381) - (name . "\\\\.\\DISPLAY1") - (frames # - #)) + (name . "DISPLAY1") + (frames # + #)) ((geometry 1920 0 1680 1050) ;; @r{Right-hand monitor} (workarea 1920 0 1680 1050) ;; @r{Whole screen can be used} (mm-size 593 370) - (name . "\\\\.\\DISPLAY2") + (name . "DISPLAY2") (frames))) -@end smalllisp +@end lisp @end defun