mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
This commit is contained in:
parent
51e4f4a88d
commit
c0943d3db2
38 changed files with 180 additions and 154 deletions
|
|
@ -95,7 +95,7 @@
|
|||
(with-temp-buffer
|
||||
;; Insert a file of this format:
|
||||
;; (CHAR NAME CATEGORY ...)
|
||||
;; where CHAR is a charater code, the following elements are strings
|
||||
;; where CHAR is a character code, the following elements are strings
|
||||
;; representing character properties.
|
||||
(insert-file-contents unidata-text-file)
|
||||
(goto-char (point-min))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* tutorials/TUTORIAL.es: Fix typos.
|
||||
|
||||
2010-09-21 Eric Ludlam <zappo@gnu.org>
|
||||
|
||||
* srecode/java.srt: Make NAME be a prompt.
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ manera de pasarle un factor de repetici
|
|||
C-u y luego los dígitos antes de introducir los comandos. Si tiene
|
||||
una tecla META (o EDIT o ALT), hay una manera alternativa para
|
||||
ingresar un argumento numérico: teclear los dígitos mientras presiona
|
||||
la tecla META. Recomendamos aprender el método C-u porque este
|
||||
la tecla META. Recomendamos aprender el método C-u porque éste
|
||||
funciona en cualquier terminal. El argumento numérico es también
|
||||
llamado un "argumento prefijo", porque usted teclea el argumento antes
|
||||
del comando al que se aplica.
|
||||
|
|
@ -321,13 +321,13 @@ Puede borrar el
|
|||
<Delback> es una tecla en el teclado--la misma que normalmente usa
|
||||
fuera de emacs para borrar el último carácter que escribió.
|
||||
Normalmente es una tecla una o dos filas arriba de la tecla <Return>,
|
||||
y que esta usualmente rotulada como "Backspace", "Del" o simplemente
|
||||
y que está usualmente rotulada como "Backspace", "Del" o simplemente
|
||||
con una flecha en dirección izquierda que no es parte de las teclas de
|
||||
flecha.
|
||||
|
||||
Si la tecla larga esta rotulada "Backspace", entonces esa es la que
|
||||
Si la tecla larga está rotulada "Backspace", entonces ésa es la que
|
||||
debe de usar para <Delback>. Puede haber otra tecla llamada "Del" en
|
||||
otra parte, pero esa no es <Delback>.
|
||||
otra parte, pero ésa no es <Delback>.
|
||||
|
||||
Generalmente, <Delback> borra el carácter inmediatamente anterior a la
|
||||
posición actual del cursor.
|
||||
|
|
@ -405,7 +405,7 @@ puede ser reinsertado, mientras que las cosas "borradas" no pueden ser
|
|||
reinsertadas. La reinserción de texto eliminado se llama "yanking" o
|
||||
"pegar". Generalmente, los comandos que pueden quitar mucho texto lo
|
||||
eliminan, mientras que los comandos que quitan solo un carácter, o
|
||||
solo lineas en blanco y espacios, borran (para que no pueda pegar ese
|
||||
solo líneas en blanco y espacios, borran (para que no pueda pegar ese
|
||||
texto).
|
||||
|
||||
>> Mueva el cursor al comienzo de una línea que no esté vacía.
|
||||
|
|
@ -556,7 +556,7 @@ teclee el comando
|
|||
|
||||
Esto copia el texto dentro de Emacs al archivo. La primera vez que
|
||||
haga esto, Emacs renombrará el archivo original con un nuevo nombre
|
||||
para que este no se pierda. El nuevo nombre se hace agregando "~" al
|
||||
para que éste no se pierda. El nuevo nombre se hace agregando "~" al
|
||||
final del nombre del archivo original.
|
||||
|
||||
Cuando guardar haya terminado, Emacs mostrará el nombre del archivo
|
||||
|
|
@ -595,13 +595,13 @@ Emacs almacena cada texto del archivo dentro de un objeto llamado
|
|||
Emacs. Para mirar la lista de los buffers que existen actualmente en
|
||||
su sesión de Emacs, teclee:
|
||||
|
||||
C-x C-b Lista de Buffers
|
||||
C-x C-b Lista de buffers
|
||||
|
||||
>> Pruebe C-x C-b ahora.
|
||||
|
||||
Vea como cada buffer tiene un nombre, y además puede tener un nombre
|
||||
de archivo para el archivo que contiene. CUALQUIER texto que vea en
|
||||
una ventana de Emacs es siempre parte de algún Buffer.
|
||||
una ventana de Emacs es siempre parte de algún buffer.
|
||||
|
||||
>> Teclee C-x 1 para deshacerse de la lista de buffers.
|
||||
|
||||
|
|
@ -638,7 +638,7 @@ dentro de Emacs en ese buffer del archivo. La creaci
|
|||
segundo buffer de archivo no afecta al primero. Esto es muy útil,
|
||||
pero también significa que necesita una forma conveniente para guardar
|
||||
el archivo del primer buffer. Sería una molestia tener que volver a
|
||||
este con C-x C-f para guardarlo con C-x C-s. Así tenemos
|
||||
éste con C-x C-f para guardarlo con C-x C-s. Así tenemos
|
||||
|
||||
C-x s Guardar algunos buffers
|
||||
|
||||
|
|
@ -655,7 +655,7 @@ guardada. Le pregunta, por cada buffer, si quiere guardarlo o no.
|
|||
|
||||
Hay muchísimos más comandos de Emacs que los que podrían asignarse a
|
||||
todos los caracteres control y meta. Emacs puede darle la vuelta a
|
||||
esto usando el comando X (eXtendido). Este viene de dos formas:
|
||||
esto usando el comando X (eXtendido). Éste viene de dos formas:
|
||||
|
||||
C-x Carácter eXtendido. Seguido por un carácter.
|
||||
M-x Comando eXtendido por nombre. Seguido por un nombre
|
||||
|
|
@ -713,7 +713,7 @@ El comando replace-string requiere dos argumentos: la cadena de
|
|||
caracteres a reemplazar, y la cadena de caracteres para reemplazarla.
|
||||
Debe terminar cada argumento con <Return>.
|
||||
|
||||
>> Mueva el cursor hacia la línea en blanco dos líneas abajo de esta.
|
||||
>> Mueva el cursor hacia la línea en blanco dos líneas abajo de ésta.
|
||||
A continuación escriba
|
||||
M-x repl s<Return>cambiado<Return>alterado<Return>.
|
||||
|
||||
|
|
@ -762,7 +762,7 @@ que est
|
|||
Ya sabe qué significa el nombre del archivo: es el archivo que usted
|
||||
ha encontrado. -NN%-- indica su posición actual en el texto; esto
|
||||
significa que NN por ciento del texto está encima de la parte superior
|
||||
de la pantalla. Si el principio del archivo está en la pantalla, este
|
||||
de la pantalla. Si el principio del archivo está en la pantalla, éste
|
||||
dirá --Top-- en vez de --00%--. Si el final del texto está en la
|
||||
pantalla, dirá --Bot--. Si está mirando un texto tan pequeño que cabe
|
||||
en la pantalla, el modo de línea dirá --All--.
|
||||
|
|
@ -776,7 +776,7 @@ parte de la l
|
|||
|
||||
La parte de la línea de modo dentro de los paréntesis es para
|
||||
indicarle en qué modo de edición está. El modo por omisión es
|
||||
Fundamental, el cual está usando ahora. Este es un ejemplo de un
|
||||
Fundamental, el cual está usando ahora. Éste es un ejemplo de un
|
||||
"modo mayor".
|
||||
|
||||
Emacs tiene diferentes modos mayores. Algunos están hechos para
|
||||
|
|
@ -841,7 +841,7 @@ Decimos que el comando "cambia el modo".
|
|||
Debe intercalar espacios porque Auto Fill sólo rompe líneas en los
|
||||
espacios.
|
||||
|
||||
El margen esta normalmente puesto en 70 caracteres, pero puede
|
||||
El margen está normalmente puesto en 70 caracteres, pero puede
|
||||
cambiarlo con el comando C-x f. Debe indicar el margen deseado como
|
||||
un argumento numérico.
|
||||
|
||||
|
|
@ -1126,7 +1126,7 @@ llamado "Completation".
|
|||
|
||||
Dired le permite listar los archivos en un directorio (y opcionalmente
|
||||
sus subdirectorios), moverse alrededor de esa lista, visitar,
|
||||
renombrar, borrar y aparte de eso operar en los archivos. Dired esta
|
||||
renombrar, borrar y aparte de eso operar en los archivos. Dired está
|
||||
descrito en el Info en el manual de Emacs en el nodo llamado "Dired".
|
||||
|
||||
El manual también describe otras características de Emacs.
|
||||
|
|
@ -1189,7 +1189,7 @@ Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004,
|
|||
posterior como lo permite esta nota.
|
||||
|
||||
Se permite distribuir versiones modificadas de este documento, o
|
||||
porciones de este, bajo las condiciones anteriores, siempre que
|
||||
porciones de éste, bajo las condiciones anteriores, siempre que
|
||||
ellas tengan nota visible especificando quién fue el último en
|
||||
alterarlas.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* international/mule.el (define-coding-system):
|
||||
* international/titdic-cnv.el (quail-cxterm-package-ext-info):
|
||||
* composite.el (compose-region): Fix typo in docstring.
|
||||
|
||||
2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
|
|
|||
|
|
@ -574,7 +574,7 @@
|
|||
|
||||
1986-01-10 Richard Mlynarik (mly@prep)
|
||||
|
||||
* mail-utils.el (mail-fetch-field)
|
||||
* mail-utils.el (mail-fetch-field):
|
||||
regexp-quote the argument.
|
||||
|
||||
1986-01-10 Richard M. Stallman (rms@prep)
|
||||
|
|
|
|||
|
|
@ -1140,7 +1140,7 @@
|
|||
(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
|
||||
|
|
|
|||
|
|
@ -7567,7 +7567,7 @@
|
|||
(ediff-setup-windows-plain-merge)
|
||||
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
|
||||
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
|
||||
* ediff-util.el (ediff-setup-keymap, )
|
||||
* ediff-util.el (ediff-setup-keymap)
|
||||
(ediff-toggle-wide-display, ediff-toggle-multiframe)
|
||||
(ediff-toggle-use-toolbar, ediff-really-quit)
|
||||
(ediff-good-frame-under-mouse)
|
||||
|
|
|
|||
|
|
@ -1172,7 +1172,7 @@
|
|||
|
||||
1999-12-03 Kenichi Handa <handa@mule.m17n.org>
|
||||
|
||||
* international/mule-util.el (truncate-string-to-width): Docsting
|
||||
* international/mule-util.el (truncate-string-to-width): Docstring
|
||||
fixed.
|
||||
|
||||
1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
|
|
|||
|
|
@ -5773,7 +5773,7 @@
|
|||
2001-02-05 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* isearch.el (isearch-forward): Add description about input method
|
||||
in the docsting.
|
||||
in the docstring.
|
||||
|
||||
2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
|
|
@ -8121,7 +8121,7 @@
|
|||
* 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>
|
||||
|
|
@ -11934,12 +11934,12 @@
|
|||
2000-09-14 Dave Love <fx@gnu.org>
|
||||
|
||||
* toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
|
||||
toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
|
||||
toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
|
||||
toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
|
||||
toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
|
||||
toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
|
||||
toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
|
||||
* toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
|
||||
* toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
|
||||
* toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
|
||||
* toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
|
||||
* toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
|
||||
* toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
|
||||
From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
|
||||
from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
|
||||
|
||||
|
|
@ -19040,7 +19040,7 @@
|
|||
(fontset-default-styles): Likewise.
|
||||
(x-modify-font-name): Function removed.
|
||||
(create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
|
||||
(create-fontset-from-ascii-font): Docsting adjusted for the above
|
||||
(create-fontset-from-ascii-font): Docstring adjusted for the above
|
||||
change.
|
||||
(instantiate-fontset, resolve-fontset-name): Functions removed.
|
||||
(fontset-list): Now implemented by C code.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* semantic/symref/list.el (semantic-symref-list-rename-open-hits):
|
||||
Fix typo in message.
|
||||
(semantic-symref-list-map-open-hits): Fix typo in docstring.
|
||||
|
||||
2010-09-30 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* semantic/bovine/el.el:
|
||||
|
|
@ -11,8 +17,8 @@
|
|||
* semantic/db-typecache.el (semanticdb-typecache-find-default):
|
||||
* semantic/imenu.el (semantic-create-imenu-index):
|
||||
* semantic/grammar.el (semantic--grammar-macro-function-tag):
|
||||
* semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix
|
||||
require. Suggested by David Engster.
|
||||
* semantic/fw.el (semanticdb-without-unloaded-file-searches):
|
||||
Fix require. Suggested by David Engster.
|
||||
|
||||
* semantic/bovine/c-by.el: Regenerate.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 based on their associations.
|
||||
;;
|
||||
(defun ede-header-file ()
|
||||
"Return the header file for the current buffer.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -383,7 +383,7 @@
|
|||
(eq 'lambda (car-safe fn)))
|
||||
(let ((newform (byte-compile-unfold-lambda form)))
|
||||
(if (eq newform form)
|
||||
;; Some error occured, avoid infinite recursion
|
||||
;; Some error occurred, avoid infinite recursion
|
||||
form
|
||||
(byte-optimize-form-code-walker newform for-effect))))
|
||||
((memq fn '(let let*))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ Your friends should issue \"/ctcp yournick XDCC list\" to see this."
|
|||
(erc-current-nick) " XDCC send #\" to get a particular file number."))
|
||||
"*Help text sent in response to XDCC help command.
|
||||
A list of messages, each consisting of strings and expressions, expressions
|
||||
being evaluated and should return stings."
|
||||
being evaluated and should return strings."
|
||||
:group 'erc-dcc
|
||||
:type '(repeat (repeat :tag "Message" (choice string sexp))))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
|
||||
|
||||
2010-09-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* message.el (message-output): Use gnus-output-to-rmail if a buffer is
|
||||
|
|
|
|||
|
|
@ -5550,7 +5550,7 @@
|
|||
|
||||
* gnus-audio.el (gnus-audio-au-player): Use executable-find.
|
||||
|
||||
2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
|
||||
2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@gmx.net>
|
||||
|
||||
* gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
|
||||
/usr/bin/play as default player.
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ Example:
|
|||
|
||||
In this case, articles containing the string \"boss\" in the To or the
|
||||
From header will be expired to the group \"nnfolder:Work\";
|
||||
articles containing the sting \"IMPORTANT\" in the Subject header will
|
||||
articles containing the string \"IMPORTANT\" in the Subject header will
|
||||
be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and
|
||||
everything else will be expired to \"nnfolder:Archive-YYYY\"."
|
||||
:version "22.1"
|
||||
|
|
|
|||
|
|
@ -653,7 +653,7 @@ VALUE must be a function to call after all functions in
|
|||
`write-region-annotate-functions' and `buffer-file-format' are
|
||||
called, and before the text is encoded by the coding system
|
||||
itself. This function should convert the whole text in the
|
||||
current buffer. For backward compatibility, this funciton is
|
||||
current buffer. For backward compatibility, this function is
|
||||
passed two arguments which can be ignored.
|
||||
|
||||
`:default-char'
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ For double-width GB2312 characters correponding to ASCII, use the
|
|||
input method `chinese-qj'.")
|
||||
|
||||
("chinese-ecdict" "$(05CKH(B"
|
||||
"In this input method, you enter a Chinese (Big5) charactere or word
|
||||
"In this input method, you enter a Chinese (Big5) character or word
|
||||
by typing the corresponding English word. For example, if you type
|
||||
\"computer\", \"$(0IZH+(B\" is input.
|
||||
|
||||
|
|
|
|||
|
|
@ -621,7 +621,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
|
|||
;; They tend to be bogus on non-UNIX platforms anyway so
|
||||
;; optionally hide them.
|
||||
(if (memq 'uid ls-lisp-verbosity)
|
||||
;; uid can be a sting or an integer
|
||||
;; uid can be a string or an integer
|
||||
(let ((uid (nth 2 file-attr)))
|
||||
(format (if (stringp uid)
|
||||
ls-lisp-uid-s-fmt
|
||||
|
|
|
|||
|
|
@ -309,7 +309,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.")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* org-agenda.el (org-prefix-category-length)
|
||||
(org-prefix-category-max-length): Fix typos in docstrings.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
|
@ -5,7 +10,7 @@
|
|||
2010-02-15 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* org-freemind.el (org-freemind-from-org-mode-node)
|
||||
(org-freemind-from-org-mode, )
|
||||
(org-freemind-from-org-mode)
|
||||
(org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
|
||||
Pass arg to called-interactively-p.
|
||||
|
||||
|
|
|
|||
|
|
@ -4501,9 +4501,9 @@ The flag is set if the currently compiled format contains a `%T'.")
|
|||
"A flag, set by `org-compile-prefix-format'.
|
||||
The flag is set if the currently compiled format contains a `%e'.")
|
||||
(defvar org-prefix-category-length nil
|
||||
"Used by `org-compile-prefix-format' to remember the category field widh.")
|
||||
"Used by `org-compile-prefix-format' to remember the category field width.")
|
||||
(defvar org-prefix-category-max-length nil
|
||||
"Used by `org-compile-prefix-format' to remember the category field widh.")
|
||||
"Used by `org-compile-prefix-format' to remember the category field width.")
|
||||
|
||||
(defun org-format-agenda-item (extra txt &optional category tags dotime
|
||||
noprefix remove-re habitp)
|
||||
|
|
|
|||
|
|
@ -4260,7 +4260,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))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* font.c (Ffont_variation_glyphs):
|
||||
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
|
||||
|
||||
2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
|
@ -138,7 +139,7 @@
|
|||
(x_produce_glyphs): Simplify by using the same code for ASCII and
|
||||
non-ASCII characters. Don't set it->char_to_display here.
|
||||
Don't handle unibyte-display-via-language-environment here. For a
|
||||
charater of no glyph, use font->space_width instead of FONT_WIDTH.
|
||||
character of no glyph, use font->space_width instead of FONT_WIDTH.
|
||||
|
||||
2010-08-29 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
|
|
@ -175,7 +176,7 @@
|
|||
* charset.c: Include <stdlib.h>
|
||||
(struct charset_sort_data): New struct.
|
||||
(charset_compare): New function.
|
||||
(Fsort_charsets): New funciton.
|
||||
(Fsort_charsets): New function.
|
||||
(syms_of_charset): Declare Fsort_charsets as a Lisp function.
|
||||
|
||||
* coding.c (decode_coding_iso_2022): Fix checking of dimension
|
||||
|
|
@ -13876,7 +13877,7 @@
|
|||
(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.
|
||||
|
||||
|
|
@ -14873,7 +14874,7 @@
|
|||
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1563,10 +1563,10 @@
|
|||
1987-04-27 Richard Mlynarik (mly@prep)
|
||||
|
||||
* fileio.c (APOLLO from lnz):
|
||||
Fcopy_file, Fset_file_modes: Don't use un*x modes if
|
||||
(Fcopy_file, Fset_file_modes): Don't use un*x modes if
|
||||
env var USE_DOMAIN_ACLS is set.
|
||||
Fset_file_modes: utimes fix.
|
||||
Finsert_file_contents: Must do fstat after open for Apollo.
|
||||
(Fset_file_modes): utimes fix.
|
||||
(Finsert_file_contents): Must do fstat after open for Apollo.
|
||||
|
||||
* emacs.c (main): (APOLLO from lnz):
|
||||
Don't use un*x modes if env var USE_DOMAIN_ACLS set.
|
||||
|
|
@ -2073,7 +2073,7 @@
|
|||
|
||||
* xfns.c (Fx_get_default): Add (unsigned char *) cast.
|
||||
|
||||
* window.c: typo.
|
||||
* window.c: Typo.
|
||||
|
||||
1987-02-09 Richard M. Stallman (rms@prep)
|
||||
|
||||
|
|
@ -4657,7 +4657,7 @@
|
|||
|
||||
* fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
|
||||
|
||||
* fileio.c (Ffile_exists_p): this is now distinct from
|
||||
* fileio.c (Ffile_exists_p): This is now distinct from
|
||||
Ffile_readable_p; it checks only for existence, not for
|
||||
readability.
|
||||
|
||||
|
|
|
|||
|
|
@ -5146,7 +5146,7 @@
|
|||
Change mouse movement events to be arranged like click events.
|
||||
(format_modifiers): Note that the click modifier has no
|
||||
written representation.
|
||||
(modifier_names, modifer_symbols): New variables, used to
|
||||
(modifier_names, modifier_symbols): New variables, used to
|
||||
create the Qevent_symbol_elements property.
|
||||
(modify_event_symbol): Change the format of the modified
|
||||
symbol cache; there are too many modifier bits now to use a
|
||||
|
|
@ -5154,8 +5154,8 @@
|
|||
Document the format of the cache.
|
||||
Put the Qevent_symbol_elements property on each new symbol,
|
||||
instead of a Qevent_unmodified property.
|
||||
(symbols_of_keyboard): Put Qevent_symbol_elements properties on
|
||||
the symbols specified in head_table, not Qevent_unmodifed properties.
|
||||
(symbols_of_keyboard): Put Qevent_symbol_elements properties on the
|
||||
symbols specified in head_table, not Qevent_unmodified properties.
|
||||
Initialize and staticpro modifier_symbols, and staticpro the
|
||||
window elements of button_down_location.
|
||||
|
||||
|
|
@ -11207,7 +11207,7 @@
|
|||
events to send the function key number instead of a symbol.
|
||||
* keyboard.c (modify_event_symbol): Re-arranged to work well
|
||||
with function key/mouse button numbers instead of symbols.
|
||||
And if (MODIFIERS & up_modifer), prepend "U-" to the name of the
|
||||
And if (MODIFIERS & up_modifier), prepend "U-" to the name of the
|
||||
symbol being constructed.
|
||||
(make_lispy_event): Use the new modify_event_symbol.
|
||||
|
||||
|
|
|
|||
|
|
@ -4093,7 +4093,7 @@
|
|||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -1040,7 +1040,7 @@
|
|||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -3686,7 +3686,7 @@
|
|||
* lread.c (read_escape): For Control modifier, pay attention to
|
||||
multibyte character.
|
||||
(read1): Likewise. Signal error or a multibyte character which
|
||||
has a modifer bit. Check validity of Shift modifer.
|
||||
has a modifier bit. Check validity of Shift modifier.
|
||||
|
||||
* charset.c (non_ascii_char_to_string): Handle modifier bits as
|
||||
the same as Lisp reader.
|
||||
|
|
|
|||
|
|
@ -4634,7 +4634,7 @@ DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
|
|||
doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT.
|
||||
Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
|
||||
where
|
||||
VARIATION-SELECTOR is a chracter code of variation selection
|
||||
VARIATION-SELECTOR is a character code of variation selection
|
||||
(#xFE00..#xFE0F or #xE0100..#xE01EF)
|
||||
GLYPH-ID is a glyph code of the corresponding variation glyph. */)
|
||||
(font_object, character)
|
||||
|
|
|
|||
|
|
@ -306,7 +306,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. */
|
||||
|
|
|
|||
10
src/nsterm.m
10
src/nsterm.m
|
|
@ -145,24 +145,24 @@ Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper, Qnone;
|
|||
extern Lisp_Object Qcursor_color, Qcursor_type, Qns, Qleft;
|
||||
|
||||
/* Specifies which emacs modifier should be generated when NS receives
|
||||
the Alternate modifer. May be Qnone or any of the modifier lisp symbols. */
|
||||
the Alternate modifier. May be Qnone or any of the modifier lisp symbols. */
|
||||
Lisp_Object ns_alternate_modifier;
|
||||
|
||||
/* Specifies which emacs modifier should be generated when NS receives
|
||||
the right Alternate modifer. Has same values as ns_alternate_modifier plus
|
||||
the right Alternate modifier. Has same values as ns_alternate_modifier plus
|
||||
the value Qleft which means whatever value ns_alternate_modifier has. */
|
||||
Lisp_Object ns_right_alternate_modifier;
|
||||
|
||||
/* Specifies which emacs modifier should be generated when NS receives
|
||||
the Command modifer. May be any of the modifier lisp symbols. */
|
||||
the Command modifier. May be any of the modifier lisp symbols. */
|
||||
Lisp_Object ns_command_modifier;
|
||||
|
||||
/* Specifies which emacs modifier should be generated when NS receives
|
||||
the Control modifer. May be any of the modifier lisp symbols. */
|
||||
the Control modifier. May be any of the modifier lisp symbols. */
|
||||
Lisp_Object ns_control_modifier;
|
||||
|
||||
/* Specifies which emacs modifier should be generated when NS receives
|
||||
the Function modifer (laptops). May be any of the modifier lisp symbols. */
|
||||
the Function modifier (laptops). May be any of the modifier lisp symbols. */
|
||||
Lisp_Object ns_function_modifier;
|
||||
|
||||
/* Control via default 'GSFontAntiAlias' on OS X and GNUstep. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue