aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-18 05:39:40 +0100
committerJuanma Barranquero2010-01-18 05:39:40 +0100
commitdb9e401b3bf3514cadf6fc5a4f15e8c869d0df4c (patch)
tree51ac199a0ed2477d0395c7eace93fc8fa4dabf6d /lisp/term
parent33972e801477b638f22f4ba3f6e04199d5992124 (diff)
downloademacs-db9e401b3bf3514cadf6fc5a4f15e8c869d0df4c.tar.gz
emacs-db9e401b3bf3514cadf6fc5a4f15e8c869d0df4c.zip
Fix typos in docstrings, error messages, etc.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 21be4ee85d0..3208ece9c09 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -133,9 +133,9 @@ When a session manager tells Emacs that the window system is shutting
133down, this function is called. It calls the functions in the hook 133down, this function is called. It calls the functions in the hook
134`emacs-save-session-functions'. Functions are called with the current 134`emacs-save-session-functions'. Functions are called with the current
135buffer set to a temporary buffer. Functions should use `insert' to insert 135buffer set to a temporary buffer. Functions should use `insert' to insert
136lisp code to save the session state. The buffer is saved 136lisp code to save the session state. The buffer is saved in a file in the
137in a file in the home directory of the user running Emacs. The file 137home directory of the user running Emacs. The file is evaluated when
138is evaluated when Emacs is restarted by the session manager. 138Emacs is restarted by the session manager.
139 139
140If any of the functions returns non-nil, no more functions are called 140If any of the functions returns non-nil, no more functions are called
141and this function returns non-nil. This will inform the session manager 141and this function returns non-nil. This will inform the session manager
@@ -1286,7 +1286,7 @@ The value nil is the same as this list:
1286") 1286")
1287 1287
1288;; Get a selection value of type TYPE by calling x-get-selection with 1288;; Get a selection value of type TYPE by calling x-get-selection with
1289;; an appropiate DATA-TYPE argument decided by `x-select-request-type'. 1289;; an appropriate DATA-TYPE argument decided by `x-select-request-type'.
1290;; The return value is already decoded. If x-get-selection causes an 1290;; The return value is already decoded. If x-get-selection causes an
1291;; error, this function return nil. 1291;; error, this function return nil.
1292 1292
@@ -1425,7 +1425,7 @@ The value nil is the same as this list:
1425(declare-function accelerate-menu "xmenu.c" (&optional frame) t) 1425(declare-function accelerate-menu "xmenu.c" (&optional frame) t)
1426 1426
1427(defun x-menu-bar-open (&optional frame) 1427(defun x-menu-bar-open (&optional frame)
1428 "Open the menu bar if `menu-bar-mode' is on. otherwise call `tmm-menubar'." 1428 "Open the menu bar if `menu-bar-mode' is on, otherwise call `tmm-menubar'."
1429 (interactive "i") 1429 (interactive "i")
1430 (if (and menu-bar-mode 1430 (if (and menu-bar-mode
1431 (fboundp 'accelerate-menu)) 1431 (fboundp 'accelerate-menu))
@@ -1482,7 +1482,7 @@ The value nil is the same as this list:
1482 ;; Create the standard fontset. 1482 ;; Create the standard fontset.
1483 (condition-case err 1483 (condition-case err
1484 (create-fontset-from-fontset-spec standard-fontset-spec t) 1484 (create-fontset-from-fontset-spec standard-fontset-spec t)
1485 (error (display-warning 1485 (error (display-warning
1486 'initialization 1486 'initialization
1487 (format "Creation of the standard fontset failed: %s" err) 1487 (format "Creation of the standard fontset failed: %s" err)
1488 :error))) 1488 :error)))
@@ -1654,7 +1654,7 @@ A value that begins with n: denotes a named icon instead of a stock icon."
1654 :group 'x) 1654 :group 'x)
1655 1655
1656(defcustom icon-map-list '(x-gtk-stock-map) 1656(defcustom icon-map-list '(x-gtk-stock-map)
1657 "A list of alists that maps icon file names to stock/named icons. 1657 "A list of alists that map icon file names to stock/named icons.
1658The alists are searched in the order they appear. The first match is used. 1658The alists are searched in the order they appear. The first match is used.
1659The keys in the alists are file names without extension and with two directory 1659The keys in the alists are file names without extension and with two directory
1660components. For example, to map /usr/share/emacs/22.1.1/etc/images/open.xpm 1660components. For example, to map /usr/share/emacs/22.1.1/etc/images/open.xpm