; Fix typos: emacs lisp -> Emacs Lisp
This commit is contained in:
parent
289ec2d911
commit
fb9f5501d8
12 changed files with 13 additions and 13 deletions
|
@ -585,7 +585,7 @@ Overrides `semantic-nonterminal-static'."
|
|||
|
||||
;;; Context parsing
|
||||
;;
|
||||
;; Emacs lisp is very different from C,C++ which most context parsing
|
||||
;; Emacs Lisp is very different from C,C++ which most context parsing
|
||||
;; functions are written. Support them here.
|
||||
(define-mode-local-override semantic-up-context emacs-lisp-mode
|
||||
(&optional _point _bounds-type)
|
||||
|
|
|
@ -222,7 +222,7 @@ warn instead."
|
|||
|
||||
;JAVE this just instantiates a default empty ebrowse struct?
|
||||
; how would new instances wind up here?
|
||||
; the ebrowse class isn't singleton, unlike the emacs lisp one
|
||||
; the ebrowse class isn't singleton, unlike the Emacs Lisp one
|
||||
(defvar-mode-local c++-mode semanticdb-project-system-databases
|
||||
()
|
||||
"Search Ebrowse for symbols.")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t -*-
|
||||
;;; cconv.el --- Closure conversion for statically scoped Emacs Lisp. -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
;; This package supplies a single entry point, common-lisp-indent-function,
|
||||
;; which performs indentation in the preferred style for Common Lisp code.
|
||||
;; It is also a suitable function for indenting Emacs lisp code.
|
||||
;; It is also a suitable function for indenting Emacs Lisp code.
|
||||
;;
|
||||
;; To enable it:
|
||||
;;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
;; [Part of the GNU Emacs EDT Emulation.]
|
||||
|
||||
;; This emacs lisp program can be used to create an emacs lisp file
|
||||
;; This Emacs Lisp program can be used to create an Emacs Lisp file
|
||||
;; that defines the mapping of the user's keyboard to the LK-201
|
||||
;; keyboard function keys and keypad keys (around which EDT has been
|
||||
;; designed). Please read the "Usage" AND "Known Problems" sections
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
;; OVERVIEW ==========================================================
|
||||
|
||||
;; This file advises the function `insert-directory' to implement it
|
||||
;; directly from Emacs lisp, without running ls in a subprocess.
|
||||
;; directly from Emacs Lisp, without running ls in a subprocess.
|
||||
;; This is useful if you don't have ls installed (ie, on MS Windows).
|
||||
|
||||
;; This function can use regexps instead of shell wildcards. If you
|
||||
|
|
|
@ -185,7 +185,7 @@ Sets the current buffer to the show buffer."
|
|||
(set-buffer folder)
|
||||
;; When Gnus uses external displayers it has to keep handles longer. So
|
||||
;; we will delete these handles when mh-quit is called on the folder. It
|
||||
;; would be nicer if there are weak pointers in emacs lisp, then we could
|
||||
;; would be nicer if there are weak pointers in Emacs Lisp, then we could
|
||||
;; get the garbage collector to do this for us.
|
||||
(unless (mh-buffer-data)
|
||||
(setf (mh-buffer-data) (mh-make-buffer-data)))
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun tpu-mapper ()
|
||||
"Create an Emacs lisp file defining the TPU-edt keypad for X-windows.
|
||||
"Create an Emacs Lisp file defining the TPU-edt keypad for X-windows.
|
||||
|
||||
This command displays an instruction screen showing the TPU-edt keypad
|
||||
and asks you to press the TPU-edt editing keys. It uses the keys you
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
;;
|
||||
;; If you want to reuse the guessed style in future emacs sessions,
|
||||
;; you may want to put it to your .emacs. `c-guess-view' is for
|
||||
;; you. It emits emacs lisp code which defines the last guessed
|
||||
;; you. It emits Emacs Lisp code which defines the last guessed
|
||||
;; style, in a temporary buffer. You can put the emitted code into
|
||||
;; your .emacs. This command was suggested by Alan Mackenzie.
|
||||
|
||||
|
@ -527,7 +527,7 @@ is called with one argument, the guessed style."
|
|||
(cdr needs-markers)))))
|
||||
|
||||
(defun c-guess-view (&optional with-name)
|
||||
"Emit emacs lisp code which defines the last guessed style.
|
||||
"Emit Emacs Lisp code which defines the last guessed style.
|
||||
So you can put the code into .emacs if you prefer the
|
||||
guessed code.
|
||||
\"STYLE NAME HERE\" is used as the name for the style in the
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
;; What is artist?
|
||||
;; ---------------
|
||||
;;
|
||||
;; Artist is an Emacs lisp package that allows you to draw lines,
|
||||
;; Artist is an Emacs Lisp package that allows you to draw lines,
|
||||
;; rectangles and ellipses by using your mouse and/or keyboard. The
|
||||
;; shapes are made up with the ascii characters |, -, / and \.
|
||||
;;
|
||||
|
|
|
@ -383,7 +383,7 @@
|
|||
;; There is no artificial-intelligence magic in this package. The
|
||||
;; definition of a table and the cells inside the table is reasonably
|
||||
;; limited in order to achieve acceptable performance in the
|
||||
;; interactive operation under Emacs lisp implementation. A valid
|
||||
;; interactive operation under Emacs Lisp implementation. A valid
|
||||
;; table is a rectangular text area completely filled with valid
|
||||
;; cells. A valid cell is a rectangle text area, which four borders
|
||||
;; consist of valid border characters. Cells can not be nested one to
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Emacs lisp functions to convert Texinfo files to Info files.
|
||||
;;; Emacs Lisp functions to convert Texinfo files to Info files.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue