comparison doc/lispintro/ChangeLog @ 109506:e6408c088fbc

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 24 Jul 2010 13:53:19 +0200
parents 60516122d066
children b799d38f522a
comparison
equal deleted inserted replaced
109505:09271244db9f 109506:e6408c088fbc
210 (Keybindings, Miscellaneous, Mode Line): For small book format, start 210 (Keybindings, Miscellaneous, Mode Line): For small book format, start
211 section name on top of new page. 211 section name on top of new page.
212 (Simple Extension): Replace longer expression with 212 (Simple Extension): Replace longer expression with
213 `emacs-major-version'. Remove comment about `number-to-string' 213 `emacs-major-version'. Remove comment about `number-to-string'
214 function. 214 function.
215 (Miscellaneous): Add filename option, `-H', to `grep' example 215 (Miscellaneous): Add filename option, `-H', to `grep' example.
216 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent 216 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
217 GNU Emacs'. 217 GNU Emacs'.
218 (edebug): More properly state where to place point for 'M-x 218 (edebug): More properly state where to place point for 'M-x
219 edebug-defun'. 219 edebug-defun'.
220 220
232 section name is not last on bottom of preceding page. 232 section name is not last on bottom of preceding page.
233 (Keep): Remove extraneous space in function definition example. 233 (Keep): Remove extraneous space in function definition example.
234 (sentence-end): Specify `in English' for glyphs that end a sentence. 234 (sentence-end): Specify `in English' for glyphs that end a sentence.
235 Note that in GNU Emacs 22, the name refers to both a variable and a 235 Note that in GNU Emacs 22, the name refers to both a variable and a
236 function. 236 function.
237 (fwd-sentence while loops): Write a function as one, not as a form 237 (fwd-sentence while loops): Write a function as one, not as a form.
238 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'. 238 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
239 (etags): Move sentences involving `find-tag' and sources. State 239 (etags): Move sentences involving `find-tag' and sources. State
240 location of Emacs `src' directory. 240 location of Emacs `src' directory.
241 (Design count-words-region): Better explain two backslashes in a row. 241 (Design count-words-region): Better explain two backslashes in a row.
242 (Find a File): Fix grammar; add a `to' and write `to visit'. Change 242 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
354 Use $(DEL) instead of rm, and ignore exit code. 354 Use $(DEL) instead of rm, and ignore exit code.
355 355
356 2003-11-16 Kevin Ryde <user42@zip.com.au> 356 2003-11-16 Kevin Ryde <user42@zip.com.au>
357 357
358 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>] 358 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
359 Corrections to cross references, 359 Corrections to cross references.
360 (Interactive Options): elisp "interactive" -> "Using Interactive". 360 (Interactive Options): elisp "interactive" -> "Using Interactive".
361 (defvar and asterisk): Remove emacs "Edit Options" reference, 361 (defvar and asterisk): Remove emacs "Edit Options" reference,
362 edit-options is no longer described in the emacs manual. 362 edit-options is no longer described in the emacs manual.
363 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type". 363 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
364 364