aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-25 14:04:35 +0200
committerJuanma Barranquero2010-09-25 14:04:35 +0200
commit40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch)
tree6229aa08095d281ddb33c6fdd040a0a43fc58f06 /lisp
parentda43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff)
downloademacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz
emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.zip
Fix typos.
* lisp/finder.el (finder-unknown-keywords): * lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count): * lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings. * lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in error message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/org/org-agenda.el (org-agenda-hide-tags-regexp): * lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/ChangeLog.122
-rw-r--r--lisp/ChangeLog.92
-rw-r--r--lisp/cedet/ChangeLog8
-rw-r--r--lisp/cedet/ede/base.el2
-rw-r--r--lisp/cedet/semantic/lex.el4
-rw-r--r--lisp/cedet/semantic/symref/list.el4
-rw-r--r--lisp/cedet/srecode/fields.el2
-rw-r--r--lisp/finder.el2
-rw-r--r--lisp/man.el2
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org-agenda.el2
-rw-r--r--lisp/org/org.el4
-rw-r--r--lisp/progmodes/etags.el2
-rw-r--r--lisp/progmodes/gdb-mi.el4
-rw-r--r--lisp/simple.el2
16 files changed, 36 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0af5f330232..c220f46509d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12010-09-25 Juanma Barranquero <lekktu@gmail.com> 12010-09-25 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * finder.el (finder-unknown-keywords):
4 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
5 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6
72010-09-25 Juanma Barranquero <lekktu@gmail.com>
8
3 * server.el (server-start): Revert part of 2010-08-08 change. Using 9 * server.el (server-start): Revert part of 2010-08-08 change. Using
4 address 127.0.0.1 for local host is now done in Fmake_network_process. 10 address 127.0.0.1 for local host is now done in Fmake_network_process.
5 11
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 640c45dfc0c..242cfb8c953 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -1140,7 +1140,7 @@
1140 (rcirc-keepalive-seconds): Remove variable. 1140 (rcirc-keepalive-seconds): Remove variable.
1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) 1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1142 (rcirc-process, rcirc-user-disconnect): New variables. 1142 (rcirc-process, rcirc-user-disconnect): New variables.
1143 (rcirc-connect): Initalize new variables. 1143 (rcirc-connect): Initialize new variables.
1144 (rcirc-keepalive): Don't send keepalive pings before connection 1144 (rcirc-keepalive): Don't send keepalive pings before connection
1145 is completed. 1145 is completed.
1146 (rcirc-sentinel): Do mark all channels with activity when 1146 (rcirc-sentinel): Do mark all channels with activity when
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index 56239cd3104..ad4aa7bbed0 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -8121,7 +8121,7 @@
8121 * dired.el (dired-get-filename): Return filename verbatim if 8121 * dired.el (dired-get-filename): Return filename verbatim if
8122 LOCALP is `verbatim'. 8122 LOCALP is `verbatim'.
8123 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with 8123 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8124 `verbatim' so that we don't inadvertently delete a non-existant 8124 `verbatim' so that we don't inadvertently delete a non-existent
8125 directory name. 8125 directory name.
8126 8126
81272000-11-27 Kenichi Handa <handa@etl.go.jp> 81272000-11-27 Kenichi Handa <handa@etl.go.jp>
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index fb2fa1c9c05..df02d554004 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,3 +1,11 @@
12010-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * semantic/lex.el (semantic-ignore-comments): Doc fix.
4
5 * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
6 Fix typo in error message.
7 (semantic-symref-list-map-open-hits): Fix typo in docstring.
8
12010-09-21 Eric Ludlam <zappo@gnu.org> 92010-09-21 Eric Ludlam <zappo@gnu.org>
2 10
3 Synch SRecode to CEDET 1.0. 11 Synch SRecode to CEDET 1.0.
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el
index f1f24ed339f..c2bfe1872a2 100644
--- a/lisp/cedet/ede/base.el
+++ b/lisp/cedet/ede/base.el
@@ -452,7 +452,7 @@ Do this by extracting the lowest directory name."
452;; Targets and projects are often associated with other files, such as 452;; Targets and projects are often associated with other files, such as
453;; header files, documentation files and the like. Have strong 453;; header files, documentation files and the like. Have strong
454;; associations can make useful user commands to quickly navigate 454;; associations can make useful user commands to quickly navigate
455;; between the files base on their assocaitions. 455;; between the files base on their associations.
456;; 456;;
457(defun ede-header-file () 457(defun ede-header-file ()
458 "Return the header file for the current buffer. 458 "Return the header file for the current buffer.
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el
index af312494a81..e0fed29b4fa 100644
--- a/lisp/cedet/semantic/lex.el
+++ b/lisp/cedet/semantic/lex.el
@@ -1810,8 +1810,8 @@ what syntax class CHAR has.")
1810 1810
1811(defvar semantic-ignore-comments t 1811(defvar semantic-ignore-comments t
1812 "Default comment handling. 1812 "Default comment handling.
1813t means to strip comments when flexing. Nil means to keep comments 1813The value t means to strip comments when flexing; nil means
1814as part of the token stream.") 1814to keep comments as part of the token stream.")
1815(make-variable-buffer-local 'semantic-ignore-comments) 1815(make-variable-buffer-local 'semantic-ignore-comments)
1816 1816
1817(defvar semantic-flex-enable-newlines nil 1817(defvar semantic-flex-enable-newlines nil
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el
index 9e0ee2a1b5b..53044e278ac 100644
--- a/lisp/cedet/semantic/symref/list.el
+++ b/lisp/cedet/semantic/symref/list.el
@@ -492,7 +492,7 @@ Closed items will be skipped."
492 (let ((count (semantic-symref-list-map-open-hits 492 (let ((count (semantic-symref-list-map-open-hits
493 (lambda () (replace-match newname nil t))))) 493 (lambda () (replace-match newname nil t)))))
494 (semantic-symref-list-update-open-hits) 494 (semantic-symref-list-update-open-hits)
495 (message "Renamed %d occurances." count))) 495 (message "Renamed %d occurrences." count)))
496 496
497;;; REFACTORING UTILITIES 497;;; REFACTORING UTILITIES
498;; 498;;
@@ -501,7 +501,7 @@ Closed items will be skipped."
501(defun semantic-symref-list-map-open-hits (function) 501(defun semantic-symref-list-map-open-hits (function)
502 "For every open hit in the symref buffer, perform FUNCTION. 502 "For every open hit in the symref buffer, perform FUNCTION.
503The `match-data' will be set to a successful hit of the searched for symbol. 503The `match-data' will be set to a successful hit of the searched for symbol.
504Return the number of occurances FUNCTION was operated upon." 504Return the number of occurrences FUNCTION was operated upon."
505 505
506 ;; First Pass in this function - a straight rename. 506 ;; First Pass in this function - a straight rename.
507 ;; Second Pass - Allow context specification based on 507 ;; Second Pass - Allow context specification based on
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el
index 0cfc2953792..ceb5f77f87f 100644
--- a/lisp/cedet/srecode/fields.el
+++ b/lisp/cedet/srecode/fields.el
@@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO."
198 (oset ir fields srecode-field-archive) 198 (oset ir fields srecode-field-archive)
199 (setq srecode-field-archive nil) 199 (setq srecode-field-archive nil)
200 200
201 ;; Initailize myself first. 201 ;; Initialize myself first.
202 (call-next-method) 202 (call-next-method)
203 ) 203 )
204 204
diff --git a/lisp/finder.el b/lisp/finder.el
index 0c12a08d104..8471edd57ff 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -278,7 +278,7 @@ from; the default is `load-path'."
278 help-echo finder-help-echo)))) 278 help-echo finder-help-echo))))
279 279
280(defun finder-unknown-keywords () 280(defun finder-unknown-keywords ()
281 "Return an alist of unknown keywords and number of their occurences. 281 "Return an alist of unknown keywords and number of their occurrences.
282Unknown keywords are those present in `finder-keywords-hash' but 282Unknown keywords are those present in `finder-keywords-hash' but
283not `finder-known-keywords'." 283not `finder-known-keywords'."
284 (let (alist) 284 (let (alist)
diff --git a/lisp/man.el b/lisp/man.el
index 88d1aa7c604..b1c5f37bc70 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -314,7 +314,7 @@ This regexp should not start with a `^' character.")
314 "Regular expression describing references to normal files.") 314 "Regular expression describing references to normal files.")
315 315
316;; This includes the section as an optional part to catch hyphenated 316;; This includes the section as an optional part to catch hyphenated
317;; refernces to manpages. 317;; references to manpages.
318(defvar Man-hyphenated-reference-regexp 318(defvar Man-hyphenated-reference-regexp
319 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") 319 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?")
320 "Regular expression describing a reference in the SEE ALSO section.") 320 "Regular expression describing a reference in the SEE ALSO section.")
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index e08f0780562..72d4df0189b 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12010-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * org.el (org-refile-targets):
4 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
5
12010-08-19 Glenn Morris <rgm@gnu.org> 62010-08-19 Glenn Morris <rgm@gnu.org>
2 7
3 * org.el (org-outline-overlay-data, org-set-outline-overlay-data) 8 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index a3d288065d3..68a592b5fae 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -1359,7 +1359,7 @@ When non-nil, this must be the number of minutes, e.g. 60 for one hour."
1359 "Regular expression used to filter away specific tags in agenda views. 1359 "Regular expression used to filter away specific tags in agenda views.
1360This means that these tags will be present, but not be shown in the agenda 1360This means that these tags will be present, but not be shown in the agenda
1361line. Secondary filtering will still work on the hidden tags. 1361line. Secondary filtering will still work on the hidden tags.
1362Nil means don't hide any tags." 1362The value nil means don't hide any tags."
1363 :group 'org-agenda-line-format 1363 :group 'org-agenda-line-format
1364 :type '(choice 1364 :type '(choice
1365 (const :tag "Hide none" nil) 1365 (const :tag "Hide none" nil)
diff --git a/lisp/org/org.el b/lisp/org/org.el
index a2965e87d22..19759371023 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1797,8 +1797,8 @@ This is list of cons cells. Each cell contains:
1797- a specification of the files to be considered, either a list of files, 1797- a specification of the files to be considered, either a list of files,
1798 or a symbol whose function or variable value will be used to retrieve 1798 or a symbol whose function or variable value will be used to retrieve
1799 a file name or a list of file names. If you use `org-agenda-files' for 1799 a file name or a list of file names. If you use `org-agenda-files' for
1800 that, all agenda files will be scanned for targets. Nil means consider 1800 that, all agenda files will be scanned for targets. The value nil means
1801 headings in the current buffer. 1801 consider headings in the current buffer.
1802- A specification of how to find candidate refile targets. This may be 1802- A specification of how to find candidate refile targets. This may be
1803 any of: 1803 any of:
1804 - a cons cell (:tag . \"TAG\") to identify refile targets by a tag. 1804 - a cons cell (:tag . \"TAG\") to identify refile targets by a tag.
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 2018a71574e..c72e705bcf9 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -472,7 +472,7 @@ Subroutine of `visit-tags-table-buffer'.
472Looks for a tags table that has such tags or that includes a table 472Looks for a tags table that has such tags or that includes a table
473that has them. Returns the name of the first such table. 473that has them. Returns the name of the first such table.
474Non-nil CORE-ONLY means check only tags tables that are already in 474Non-nil CORE-ONLY means check only tags tables that are already in
475buffers. Nil CORE-ONLY is ignored." 475buffers. If CORE-ONLY is nil, it is ignored."
476 (let ((tables tags-table-computed-list) 476 (let ((tables tags-table-computed-list)
477 (found nil)) 477 (found nil))
478 ;; Loop over the list, looking for a table containing tags for THIS-FILE. 478 ;; Loop over the list, looking for a table containing tags for THIS-FILE.
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 5b98ff427c3..3019f8bbf04 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -163,7 +163,7 @@ returned from -thread-info by `gdb-json-partial-output'. Updated in
163(defvar gdb-running-threads-count nil 163(defvar gdb-running-threads-count nil
164 "Number of currently running threads. 164 "Number of currently running threads.
165 165
166Nil means that no information is available. 166If nil, no information is available.
167 167
168Updated in `gdb-thread-list-handler-custom'.") 168Updated in `gdb-thread-list-handler-custom'.")
169 169
@@ -2051,7 +2051,7 @@ current thread and update GDB buffers."
2051Field names are wrapped in double quotes and equal signs are 2051Field names are wrapped in double quotes and equal signs are
2052replaced with semicolons. 2052replaced with semicolons.
2053 2053
2054If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from 2054If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from
2055partial output. This is used to get rid of useless keys in lists 2055partial output. This is used to get rid of useless keys in lists
2056in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and 2056in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and
2057-break-info are examples of MI commands which issue such 2057-break-info are examples of MI commands which issue such
diff --git a/lisp/simple.el b/lisp/simple.el
index ca20a57ec9c..5c0615e08c4 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4410,7 +4410,7 @@ into account variable-width characters and line continuation."
4410 (goto-char (next-char-property-change (point)))) 4410 (goto-char (next-char-property-change (point))))
4411 ;; Move a line. 4411 ;; Move a line.
4412 ;; We don't use `end-of-line', since we want to escape 4412 ;; We don't use `end-of-line', since we want to escape
4413 ;; from field boundaries ocurring exactly at point. 4413 ;; from field boundaries occurring exactly at point.
4414 (goto-char (constrain-to-field 4414 (goto-char (constrain-to-field
4415 (let ((inhibit-field-text-motion t)) 4415 (let ((inhibit-field-text-motion t))
4416 (line-end-position)) 4416 (line-end-position))