mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Spelling fixes.
This commit is contained in:
parent
5c3a902f0f
commit
3ed8598c49
@ -15533,7 +15533,7 @@ chapter about publishing.
|
||||
@i{Jambunathan K} contributed the OpenDocumentText exporter.
|
||||
@item
|
||||
@i{Sebastien Vauban} reported many issues with LaTeX and BEAMER export and
|
||||
enabled source code highlighling in Gnus.
|
||||
enabled source code highlighting in Gnus.
|
||||
@item
|
||||
@i{Stefan Vollmar} organized a video-recorded talk at the
|
||||
Max-Planck-Institute for Neurology. He also inspired the creation of a
|
||||
|
@ -4107,7 +4107,7 @@
|
||||
|
||||
2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* gnus.xpm: Remove garbages.
|
||||
* gnus.xpm: Remove garbage.
|
||||
|
||||
2002-01-27 Pavel Janík <Pavel@Janik.cz>
|
||||
|
||||
|
@ -2423,7 +2423,7 @@ Changes in Emacs 1.1
|
||||
or show the text or subheadings under each heading line
|
||||
independently. Hidden text or subheadings are invisibly
|
||||
attached to the end of the preceding heading line, so that
|
||||
if you kill the hading line and yank it back elsewhere
|
||||
if you kill the heading line and yank it back elsewhere
|
||||
all the invisible lines accompany it.
|
||||
|
||||
All editing commands treat hidden outline-mode lines
|
||||
|
@ -37,7 +37,7 @@
|
||||
;; (blueish) or mail (greenish), have states (large number of under
|
||||
;; messages, normal, and empty). The large number unread groups have
|
||||
;; highest luminance (appear brighter), and the empty one have lower
|
||||
;; luminance (appear greyer), but have the same chroma and saturation.
|
||||
;; luminance (appear grayer), but have the same chroma and saturation.
|
||||
;; Sub states and group priorities are rendered using a color series
|
||||
;; which has constant luminance and saturation, and vary in hue by a
|
||||
;; constant separation -- so all the related groups have the same
|
||||
@ -53,7 +53,7 @@
|
||||
|
||||
;; In the message itself, quoted mail messages from different people
|
||||
;; are color coordinated, with high contrast between citations that are
|
||||
;; close to each other in the heirarchy, so it is less likely that one
|
||||
;; close to each other in the hierarchy, so it is less likely that one
|
||||
;; misunderstands who said what in a long conversation.
|
||||
|
||||
;; The following scheme covers programming languages, Gnus, Erc, mail,
|
||||
|
@ -260,13 +260,13 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
|
||||
(length msg)) 32)
|
||||
" [?=MORE]")
|
||||
""))))))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;;;; Stack and buffer management.
|
||||
|
||||
;; The variable calc-last-why-command is set in calc-do-handly-whys
|
||||
;; The variable calc-last-why-command is set in calc-do-handle-whys
|
||||
;; and used in calc-why (in calc-stuff.el).
|
||||
(defvar calc-last-why-command)
|
||||
|
||||
|
@ -584,7 +584,7 @@ Converts all symbols into the objects to be used."
|
||||
link)))
|
||||
|
||||
|
||||
;;; Target type specific autogenerating gobbldegook.
|
||||
;;; Target type specific autogenerating gobbledygook.
|
||||
;;
|
||||
|
||||
(defun ede-proj-makefile-type (&optional proj)
|
||||
|
@ -77,7 +77,7 @@ this flag is ignored."
|
||||
(:background "#AAAA33"))
|
||||
(((class color) (background light))
|
||||
(:background "#FFFFAA")))
|
||||
"*Face used at beginning of a highight."
|
||||
"*Face used at beginning of a highlight."
|
||||
:group 'pulse)
|
||||
|
||||
(defface pulse-highlight-face
|
||||
|
@ -1285,7 +1285,7 @@ expressions; a `progn' form will be returned enclosing these forms."
|
||||
;; Wrap a form, usually a defining form, but any evaluated one.
|
||||
;; If speclist is non-nil, this is being called by edebug-defining-form.
|
||||
;; Otherwise it is being called from edebug-read-and-maybe-wrap-form1.
|
||||
;; This is a hack, but I havent figured out a simpler way yet.
|
||||
;; This is a hack, but I haven't figured out a simpler way yet.
|
||||
(let* ((form-data-entry (edebug-get-form-data-entry form-begin form-end))
|
||||
;; Set this marker before parsing.
|
||||
(edebug-form-begin-marker
|
||||
|
@ -741,7 +741,7 @@ If command is repeated at same position, delete the rectangle."
|
||||
;; We try to reuse overlays where possible because this is more efficient
|
||||
;; and results in less flicker.
|
||||
;; If cua--rectangle-virtual-edges is nil and the buffer contains tabs or short lines,
|
||||
;; the higlighted region may not be perfectly rectangular.
|
||||
;; the highlighted region may not be perfectly rectangular.
|
||||
(let ((deactivate-mark deactivate-mark)
|
||||
(old cua--rectangle-overlays)
|
||||
(new nil)
|
||||
|
@ -364,7 +364,7 @@ newsgroups, set the variable to nil in `gnus-select-group-hook'."
|
||||
This variable can either be the symbols `first' (place point on the
|
||||
first subject), `unread' (place point on the subject line of the first
|
||||
unread article), `best' (place point on the subject line of the
|
||||
higest-scored article), `unseen' (place point on the subject line of
|
||||
highest-scored article), `unseen' (place point on the subject line of
|
||||
the first unseen article), `unseen-or-unread' (place point on the subject
|
||||
line of the first unseen article or, if all articles have been seen, on the
|
||||
subject line of the first unread article), or a function to be called to
|
||||
|
@ -102,7 +102,7 @@ Reports is as ham when HAM is set."
|
||||
(customize-set-variable
|
||||
spam-report-resend-to
|
||||
(read-from-minibuffer "email address to resend SPAM/HAM to? ")))
|
||||
;; This is ganked from the `gnus-summary-resend-message' function.
|
||||
;; This is yanked from the `gnus-summary-resend-message' function.
|
||||
;; It involves rendering the SPAM, which is undesirable, but there does
|
||||
;; not seem to be a nicer way to achieve this.
|
||||
;; select this particular article
|
||||
|
@ -313,7 +313,7 @@ should be harmless."
|
||||
(interactive)
|
||||
(info-xref-check-list (info-xref-all-info-files)))
|
||||
|
||||
;; An alternative for geting only top-level files here would be to simply
|
||||
;; An alternative for getting only top-level files here would be to simply
|
||||
;; return all files and have info-xref-check-list not follow "Indirect:".
|
||||
;; The current way seems better because it (potentially) gets the proper
|
||||
;; top-level filename into the error messages, and suppresses duplicate "not
|
||||
|
@ -2701,7 +2701,7 @@ KEY BINDINGS FOR CONVERSION
|
||||
|
||||
(put 'quail-decode-map 'char-table-extra-slots 0)
|
||||
|
||||
;; Generate a halfly-cooked decode map (char-table) for the current
|
||||
;; Generate a half-cooked decode map (char-table) for the current
|
||||
;; Quail map. An element for a character C is a key string or a list
|
||||
;; of a key strings to type to input C. The lenth of key string is at
|
||||
;; most 2. If it is 2, more keys may be required to input C.
|
||||
@ -2974,7 +2974,7 @@ of each directory."
|
||||
(if (not (re-search-forward leim-list-entry-regexp nil t))
|
||||
nil
|
||||
|
||||
;; Remove garbages after the header.
|
||||
;; Remove garbage after the header.
|
||||
(goto-char (match-beginning 0))
|
||||
(if (< pos (point))
|
||||
(delete-region pos (point)))
|
||||
|
@ -51,7 +51,7 @@
|
||||
;; - choose-completion doesn't know how to quote the text it inserts.
|
||||
;; E.g. it fails to double the dollars in file-name completion, or
|
||||
;; to backslash-escape spaces and other chars in comint completion.
|
||||
;; - when completing ~/tmp/fo$$o, the highligting in *Completions*
|
||||
;; - when completing ~/tmp/fo$$o, the highlighting in *Completions*
|
||||
;; is off by one position.
|
||||
;; - all code like PCM which relies on all-completions to match
|
||||
;; its argument gets confused because all-completions returns unquoted
|
||||
|
@ -100,7 +100,7 @@
|
||||
;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used
|
||||
;; with this.
|
||||
|
||||
;; This package generalises function html-previewer-process in Marc
|
||||
;; This package generalizes function html-previewer-process in Marc
|
||||
;; Andreessen's html-mode (LCD modes/html-mode.el.Z). See also the
|
||||
;; ffap.el package. The huge hyperbole package also contains similar
|
||||
;; functions.
|
||||
|
@ -70,7 +70,7 @@
|
||||
;; "taskjuggler_project" (or whatever you customized
|
||||
;; `org-export-taskjuggler-project-tag' to). You are now ready to
|
||||
;; export the project plan with `org-export-as-taskjuggler-and-open'
|
||||
;; which will export the project plan and open a gant chart in
|
||||
;; which will export the project plan and open a Gantt chart in
|
||||
;; TaskJugglerUI.
|
||||
;;
|
||||
;; * Resources
|
||||
@ -354,8 +354,8 @@ information, all the properties, etc."
|
||||
(let* ((props (org-entry-properties))
|
||||
(components (org-heading-components))
|
||||
(level (nth 1 components))
|
||||
(headline
|
||||
(replace-regexp-in-string
|
||||
(headline
|
||||
(replace-regexp-in-string
|
||||
"\"" "\\\"" (nth 4 components) t t)) ; quote double quotes in headlines
|
||||
(parent-ordered (org-taskjuggler-parent-is-ordered-p)))
|
||||
(push (cons "level" level) props)
|
||||
@ -405,10 +405,10 @@ deeper), then it's not a leaf."
|
||||
(successor (car (cdr tasks))))
|
||||
(cond
|
||||
;; if a task has no successors it is a leaf
|
||||
((null successor)
|
||||
((null successor)
|
||||
(push (cons (cons "leaf-node" t) task) new-list))
|
||||
;; if the successor has a lower level than task it is a leaf
|
||||
((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task)))
|
||||
((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task)))
|
||||
(push (cons (cons "leaf-node" t) task) new-list))
|
||||
;; otherwise examine the rest of the tasks
|
||||
(t (push task new-list))))
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
;; 0.3 (2007-03-11)
|
||||
;; - Renamed shift modes and thus names of score files. All
|
||||
;; highscores are lost, unless you rename the score files from
|
||||
;; high scores are lost, unless you rename the score files from
|
||||
;; bubbles-shift-... to bubbles-...!
|
||||
;; - Bugfixes: Check for successful image creation.
|
||||
;; Disable menus and counter when game is over.
|
||||
|
@ -927,7 +927,7 @@ syntax-parsing routines, and marks them up so that either
|
||||
|
||||
A1) CPerl may work around these deficiencies (for big chunks, mostly
|
||||
PODs and HERE-documents), or
|
||||
A2) On capable Emaxen CPerl will use improved syntax-handlings
|
||||
A2) On capable Emaxen CPerl will use improved syntax-handling
|
||||
which reads mark-up hints directly.
|
||||
|
||||
The scan in case A2 is much more comprehensive, thus may be slower.
|
||||
@ -4540,7 +4540,7 @@ the sections using `cperl-pod-head-face', `cperl-pod-face',
|
||||
(forward-char 2))
|
||||
(and (eq (following-char) ?\] )
|
||||
(forward-char 1)))
|
||||
(setq REx-subgr-end qtag) ;EndOf smart-highlighed
|
||||
(setq REx-subgr-end qtag) ;End smart-highlighted
|
||||
;; Apparently, I can't put \] into a charclass
|
||||
;; in m]]: m][\\\]\]] produces [\\]]
|
||||
;;; POSIX? [:word:] [:^word:] only inside []
|
||||
|
@ -6069,7 +6069,7 @@ killed after process termination."
|
||||
|
||||
|
||||
(defun ebnf-make-terminal1 (name gen-func dim-func)
|
||||
(vector gen-func ; 0 generatore
|
||||
(vector gen-func ; 0 generator
|
||||
'ignore ; 1 width fun
|
||||
dim-func ; 2 dimension fun
|
||||
0.0 ; 3 entry
|
||||
|
@ -267,7 +267,7 @@ If nil, use `temporary-file-directory'."
|
||||
. (1 font-lock-function-name-face))
|
||||
'("/\\w+" . font-lock-variable-name-face)
|
||||
(cons ps-mode-operators 'font-lock-keyword-face)))
|
||||
"High level highliting for PostScript mode.")
|
||||
"High level highlighting for PostScript mode.")
|
||||
|
||||
(defconst ps-mode-font-lock-keywords ps-mode-font-lock-keywords-1
|
||||
"Default expressions to highlight in PostScript mode.")
|
||||
|
@ -293,7 +293,7 @@ Value is a list of strings, which may be nil."
|
||||
(getenv "ESHELL") shell-file-name))
|
||||
(name (file-name-nondirectory prog)))
|
||||
;; Tell bash not to use readline, except for bash 1.x which
|
||||
;; doesn't grook --noediting. Bash 1.x has -nolineediting, but
|
||||
;; doesn't grok --noediting. Bash 1.x has -nolineediting, but
|
||||
;; process-send-eof cannot terminate bash if we use it.
|
||||
(if (and (not purify-flag)
|
||||
(equal name "bash")
|
||||
|
@ -715,7 +715,7 @@ not the very same deplacement command."
|
||||
(remove-hook 'after-change-functions 'flyspell-after-change-function t)
|
||||
(remove-hook 'hack-local-variables-hook
|
||||
(function flyspell-hack-local-variables-hook) t)
|
||||
;; we remove all the flyspell hilightings
|
||||
;; we remove all the flyspell highlightings
|
||||
(flyspell-delete-all-overlays)
|
||||
;; we have to erase pre cache variables
|
||||
(setq flyspell-pre-buffer nil)
|
||||
|
@ -1486,7 +1486,7 @@ remap_menubar (XlwMenuWidget mw)
|
||||
if (new_selection && !new_selection->enabled)
|
||||
new_selection = NULL;
|
||||
|
||||
/* Call callback when the hightlighted item changes. */
|
||||
/* Call callback when the highlighted item changes. */
|
||||
if (old_selection || new_selection)
|
||||
XtCallCallbackList ((Widget)mw, mw->menu.highlight,
|
||||
(XtPointer) new_selection);
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 /Debug
|
||||
|
||||
if you are goiung to compile a debug version, or
|
||||
if you are going to compile a debug version, or
|
||||
|
||||
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 /Release
|
||||
|
||||
@ -268,7 +268,7 @@
|
||||
"Error in --cflags argument: ... Backslashes and quotes cannot be
|
||||
used with --cflags. Please use forward slashes for filenames and
|
||||
paths (e.g. when passing directories to -I)."
|
||||
|
||||
|
||||
N.B. It is normal to see a few error messages output while configure
|
||||
is running, when gcc support is being tested. These cannot be
|
||||
suppressed because of limitations in the Windows 9X command.com shell.
|
||||
|
@ -348,7 +348,7 @@ file_for_image (Lisp_Object image)
|
||||
|
||||
/* For the image defined in IMG, make and return a GtkImage. For displays with
|
||||
8 planes or less we must make a GdkPixbuf and apply the mask manually.
|
||||
Otherwise the highlightning and dimming the tool bar code in GTK does
|
||||
Otherwise the highlighting and dimming the tool bar code in GTK does
|
||||
will look bad. For display with more than 8 planes we just use the
|
||||
pixmap and mask directly. For monochrome displays, GTK doesn't seem
|
||||
able to use external pixmaps, it looks bad whatever we do.
|
||||
|
@ -3403,7 +3403,7 @@ stat (const char * path, struct stat * buf)
|
||||
FILE_FLAG_BACKUP_SEMANTICS, NULL))
|
||||
!= INVALID_HANDLE_VALUE)
|
||||
{
|
||||
/* This is more accurate in terms of gettting the correct number
|
||||
/* This is more accurate in terms of getting the correct number
|
||||
of links, but is quite slow (it is noticeable when Emacs is
|
||||
making a list of file name completions). */
|
||||
BY_HANDLE_FILE_INFORMATION info;
|
||||
|
Loading…
Reference in New Issue
Block a user