]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 12:04:35 +0000 (14:04 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 12:04:35 +0000 (14:04 +0200)
* 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.

22 files changed:
lisp/ChangeLog
lisp/ChangeLog.12
lisp/ChangeLog.9
lisp/cedet/ChangeLog
lisp/cedet/ede/base.el
lisp/cedet/semantic/lex.el
lisp/cedet/semantic/symref/list.el
lisp/cedet/srecode/fields.el
lisp/finder.el
lisp/man.el
lisp/org/ChangeLog
lisp/org/org-agenda.el
lisp/org/org.el
lisp/progmodes/etags.el
lisp/progmodes/gdb-mi.el
lisp/simple.el
src/ChangeLog
src/ChangeLog.5
src/ChangeLog.7
src/frame.h
src/image.c
src/keyboard.c

index 0af5f330232b7037a36a60726d89e64702fdad26..c220f46509dd174b23eeb835ec74c930b6da1ffd 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * finder.el (finder-unknown-keywords):
+       * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
+       * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
+
 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
 
        * server.el (server-start): Revert part of 2010-08-08 change.  Using
index 640c45dfc0cd3384aa076729d4b6a67ebfa5c6b4..242cfb8c953045a13002909c2eb07dfb923cef2b 100644 (file)
        (rcirc-keepalive-seconds): Remove variable.
        (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
        (rcirc-process, rcirc-user-disconnect): New variables.
-       (rcirc-connect): Initalize new variables.
+       (rcirc-connect): Initialize new variables.
        (rcirc-keepalive): Don't send keepalive pings before connection
        is completed.
        (rcirc-sentinel): Do mark all channels with activity when
index 56239cd3104d3f7afc97af8629d45bd2b561e96a..ad4aa7bbed02f74e26ae26b75d4afba2d36cec33 100644 (file)
        * dired.el (dired-get-filename): Return filename verbatim if
        LOCALP is `verbatim'.
        * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
-       `verbatim' so that we don't inadvertently delete a non-existant
+       `verbatim' so that we don't inadvertently delete a non-existent
        directory name.
 
 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
index fb2fa1c9c05bb25c404f309e3fcda3da0e43e08f..df02d554004478e537c63926f7d642aeafff47d6 100644 (file)
@@ -1,3 +1,11 @@
+2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * semantic/lex.el (semantic-ignore-comments): Doc fix.
+
+       * 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.
+
 2010-09-21  Eric Ludlam  <zappo@gnu.org>
 
        Synch SRecode to CEDET 1.0.
index f1f24ed339f24035d9d057d210bb5924e30ed079..c2bfe1872a28b293f5e1334fc254a88ed58deebe 100644 (file)
@@ -452,7 +452,7 @@ Do this by extracting the lowest directory name."
 ;; Targets and projects are often associated with other files, such as
 ;; header files, documentation files and the like.  Have strong
 ;; associations can make useful user commands to quickly navigate
-;; between the files base on their assocaitions.
+;; between the files base on their associations.
 ;;
 (defun ede-header-file ()
   "Return the header file for the current buffer.
index af312494a81c32e7dfe177a3f7b129c2ffb60141..e0fed29b4fa1ff1efdf254f3e66098a202a82bfc 100644 (file)
@@ -1810,8 +1810,8 @@ what syntax class CHAR has.")
 
 (defvar semantic-ignore-comments t
   "Default comment handling.
-t means to strip comments when flexing.  Nil means to keep comments
-as part of the token stream.")
+The value t means to strip comments when flexing; nil means
+to keep comments as part of the token stream.")
 (make-variable-buffer-local 'semantic-ignore-comments)
 
 (defvar semantic-flex-enable-newlines nil
index 9e0ee2a1b5b0496a2520c0aca632241a12c63468..53044e278ac1fe91ae56b62a52dae158ed852a76 100644 (file)
@@ -492,7 +492,7 @@ Closed items will be skipped."
   (let ((count (semantic-symref-list-map-open-hits
                (lambda () (replace-match newname nil t)))))
     (semantic-symref-list-update-open-hits)
-    (message "Renamed %d occurances." count)))
+    (message "Renamed %d occurrences." count)))
 
 ;;; REFACTORING UTILITIES
 ;;
@@ -501,7 +501,7 @@ Closed items will be skipped."
 (defun semantic-symref-list-map-open-hits (function)
   "For every open hit in the symref buffer, perform FUNCTION.
 The `match-data' will be set to a successful hit of the searched for symbol.
-Return the number of occurances FUNCTION was operated upon."
+Return the number of occurrences FUNCTION was operated upon."
 
   ;; First Pass in this function - a straight rename.
   ;; Second Pass - Allow context specification based on
index 0cfc2953792327daaa5e76c4d1e21e2f523594d7..ceb5f77f87f527c7f5dfaa3119e3350ee251e0bf 100644 (file)
@@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO."
   (oset ir fields srecode-field-archive)
   (setq srecode-field-archive nil)
 
-  ;; Initailize myself first.
+  ;; Initialize myself first.
   (call-next-method)
   )
 
index 0c12a08d10410dcee990332d01199a7f001cfb1d..8471edd57ff5460cdf5f7c623651310a455d7f91 100644 (file)
@@ -278,7 +278,7 @@ from; the default is `load-path'."
                  help-echo finder-help-echo))))
 
 (defun finder-unknown-keywords ()
-  "Return an alist of unknown keywords and number of their occurences.
+  "Return an alist of unknown keywords and number of their occurrences.
 Unknown keywords are those present in `finder-keywords-hash' but
 not `finder-known-keywords'."
   (let (alist)
index 88d1aa7c604f88ae77e6c9d1c94e98d4ece92cd1..b1c5f37bc7056a7e973b8a40e768b0484a355010 100644 (file)
@@ -314,7 +314,7 @@ This regexp should not start with a `^' character.")
   "Regular expression describing references to normal files.")
 
 ;; This includes the section as an optional part to catch hyphenated
-;; refernces to manpages.
+;; references to manpages.
 (defvar Man-hyphenated-reference-regexp
   (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?")
   "Regular expression describing a reference in the SEE ALSO section.")
index e08f07805626d6bce6ad840dd5be43a520092f7e..72d4df0189ba3c43b4d928a22c6e8e2b97c08e4e 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-refile-targets):
+       * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
+
 2010-08-19  Glenn Morris  <rgm@gnu.org>
 
        * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
index a3d288065d3bca0ff8abb68826496131e2a82e8c..68a592b5fae2e2343d98626bbaa9e34d4767295c 100644 (file)
@@ -1359,7 +1359,7 @@ When non-nil, this must be the number of minutes, e.g. 60 for one hour."
   "Regular expression used to filter away specific tags in agenda views.
 This means that these tags will be present, but not be shown in the agenda
 line.  Secondary filtering will still work on the hidden tags.
-Nil means don't hide any tags."
+The value nil means don't hide any tags."
   :group 'org-agenda-line-format
   :type '(choice
          (const  :tag "Hide none" nil)
index a2965e87d2234777887c45d4940e66f832d9ddb1..197593710233510913951d7f93c00cf06ec1662e 100644 (file)
@@ -1797,8 +1797,8 @@ This is list of cons cells.  Each cell contains:
 - a specification of the files to be considered, either a list of files,
   or a symbol whose function or variable value will be used to retrieve
   a file name or a list of file names.  If you use `org-agenda-files' for
-  that, all agenda files will be scanned for targets.  Nil means consider
-  headings in the current buffer.
+  that, all agenda files will be scanned for targets.  The value nil means
+  consider headings in the current buffer.
 - A specification of how to find candidate refile targets.  This may be
   any of:
   - a cons cell (:tag . \"TAG\") to identify refile targets by a tag.
index 2018a71574ec4d2ada7b55a053bb600d4a88f005..c72e705bcf952a8cf113b98d5e30c8655618f78a 100644 (file)
@@ -472,7 +472,7 @@ Subroutine of `visit-tags-table-buffer'.
 Looks for a tags table that has such tags or that includes a table
 that has them.  Returns the name of the first such table.
 Non-nil CORE-ONLY means check only tags tables that are already in
-buffers.  Nil CORE-ONLY is ignored."
+buffers.  If CORE-ONLY is nil, it is ignored."
   (let ((tables tags-table-computed-list)
        (found nil))
     ;; Loop over the list, looking for a table containing tags for THIS-FILE.
index 5b98ff427c332c56ce2a147c0cb47f608c7cdf3f..3019f8bbf04a03b15d416b8d3fd50f62fc53efb6 100644 (file)
@@ -163,7 +163,7 @@ returned from -thread-info by `gdb-json-partial-output'. Updated in
 (defvar gdb-running-threads-count nil
   "Number of currently running threads.
 
-Nil means that no information is available.
+If nil, no information is available.
 
 Updated in `gdb-thread-list-handler-custom'.")
 
@@ -2051,7 +2051,7 @@ current thread and update GDB buffers."
 Field names are wrapped in double quotes and equal signs are
 replaced with semicolons.
 
-If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from
+If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from
 partial output. This is used to get rid of useless keys in lists
 in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and
 -break-info are examples of MI commands which issue such
index ca20a57ec9c3d460dd260303d9e1df2424544d82..5c0615e08c49a727f2986fb59f0318229ec59539 100644 (file)
@@ -4410,7 +4410,7 @@ into account variable-width characters and line continuation."
                  (goto-char (next-char-property-change (point))))
                ;; Move a line.
                ;; We don't use `end-of-line', since we want to escape
-               ;; from field boundaries ocurring exactly at point.
+               ;; from field boundaries occurring exactly at point.
                (goto-char (constrain-to-field
                            (let ((inhibit-field-text-motion t))
                              (line-end-position))
index 31ecc62ed37a76c8c21806d8605ea0a83fe39e84..cbdc3706076821ffcca66b6bf204856c0bc6f80b 100644 (file)
        (Ffont_shape_text): New function.
        (Fopen_font): If the font size is not given, use 12-pixel.
        (Ffont_at): New arg STRING.
-       (syms_of_font): Initalize font_charset_alist.
+       (syms_of_font): Initialize font_charset_alist.
        Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
        conditionally.
 
 
        * font.c (font_unparse_fcname): Fix typo (swidth->width).
        (font_list_entities): Check driver_list->on.
-       (register_font_driver): Initalize `on' member to 0.
+       (register_font_driver): Initialize `on' member to 0.
        (font_update_drivers): New function.
        (Fclear_font_cache): Check driver_list->on.
 
index 9be45e2fc54d01cafa6806413377ce5fb1476975..cc3fcdd88f2b7e4cb572c9d649180d895e2da9b5 100644 (file)
 
        * xterm.h: Delete X10 code.
 
-       * xfns.c (Fx_create_frame): Don't increment refernce_count
+       * xfns.c (Fx_create_frame): Don't increment reference_count
        until the frame is put on the frame list.
 
        * xterm.c (x_initialize): Init x_noop_count, x_focus_frame
index 6cc3d0f9e3ecf828444dc3971239e7fa219dab8e..7421aba4403ee1908e1110f7af62e1bb531cc33a 100644 (file)
 
        * lread.c: Remember the last TWO strings skipped with #@.
        (prev_saved_doc_string*): New variables.
-       (Fload): Initalize prev_saved_doc_string.
+       (Fload): Initialize prev_saved_doc_string.
        (read1): Copy saved_doc_string to prev_saved_doc_string
        before storing a new string in saved_doc_string.
        (read_list): Look in prev_saved_doc_string as well as
index 6b307c7c3b149f6d44b833c10458031dbd361039..e66fd9341c7107e288b6d34cfc83cadfb66630d0 100644 (file)
@@ -310,7 +310,7 @@ struct frame
   /* Canonical X unit.  Width of default font, in pixels.  */
   int column_width;
 
-  /* Widht of space glyph of default font, in pixels.  */
+  /* Width of space glyph of default font, in pixels.  */
   int space_width;
 
   /* Canonical Y unit.  Height of a line, in pixels.  */
index ff0bbc1d6888a39b13326375b581ee7bdc53c57a..940959e951abf40d53734ab2d8b336fded46175e 100644 (file)
@@ -8626,7 +8626,7 @@ of `image-library-alist', which see).  */)
 #if defined (HAVE_IMAGEMAGICK)
   if (EQ (type, Qimagemagick))
     {
-      /* MagickWandGenesis() initalizes the imagemagick library.  */
+      /* MagickWandGenesis() initializes the imagemagick library.  */
       MagickWandGenesis ();
       return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions,
                                  libraries);
index 7321fa4e7a90fc3f34b3d03ff8309f6420d76953..50cd49e54cd5424d557d7ab71c7cf81da0ad2a4d 100644 (file)
@@ -3802,7 +3802,7 @@ kbd_buffer_unget_event (register struct input_event *event)
 
    HELP is the help form.
 
-   FRAME and WINDOW are the frame and windoiw where the help is
+   FRAME and WINDOW are the frame and window where the help is
    generated.  OBJECT is the Lisp object where the help was found (a
    buffer, a string, an overlay, or nil if neither from a string nor
    from a buffer).  POS is the position within OBJECT where the help