emacs/doc/lispref
Sam Steingold 70341cab3e string-equal-ignore-case: new function
* lisp/cedet/semantic/complete.el (semantic-collector-calculate-completions):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns):
  Add `string-equal-ignore-case'.
* lisp/emacs-lisp/cl-extra.el (cl-equalp): Use `string-equal-ignore-case'.
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Likewise.
* lisp/emacs-lisp/shortdoc.el (string): Add `string-equal-ignore-case'.
* lisp/files.el (file-truename): Use `string-equal-ignore-case'.
(file-relative-name): Likewise.
* lisp/gnus/gnus-art.el (article-hide-boring-headers):
  Use `string-equal-ignore-case' instead of `gnus-string-equal'.
* lisp/gnus/gnus-util.el (gnus-string-equal):
  Remove, use `string-equal-ignore-case' instead.
* lisp/international/mule-cmds.el (describe-language-environment):
  Use `string-equal-ignore-case'.
(locale-charset-match-p): Likewise.
* lisp/man.el (Man-softhyphen-to-minus): Use `string-prefix-p'.
* lisp/minibuffer.el (completion--string-equal-p):
  Remove, use `string-equal-ignore-case' instead.
(completion--twq-all): Use `string-equal-ignore-case'.
(completion--do-completion): Likewise.
* lisp/net/browse-url.el (browse-url-default-windows-browser):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/org/ob-core.el (org-babel-results-keyword):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
(org-babel-insert-result): Likewise.
* lisp/org/org-compat.el (string-equal-ignore-case):
  Define unless defined already.
(org-mode-flyspell-verify): Use `string-equal-ignore-case'.
* lisp/org/org-lint.el (org-lint-duplicate-custom-id): Likewise.
* lisp/org/ox.el (org-export-resolve-radio-link): Use
  `string-equal-ignore-case' and `string-clean-whitespace'.
* lisp/progmodes/flymake-proc.el
  (flymake-proc--check-patch-master-file-buffer):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/progmodes/idlwave.el (idlwave-class-or-superclass-with-tag):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
* lisp/subr.el (member-ignore-case): Use `string-equal-ignore-case'.
(string-equal-ignore-case): Compare strings ignoring case.
* lisp/textmodes/bibtex.el (bibtex-string=): Remove.
(bibtex-format-entry, bibtex-font-lock-url, bibtex-autofill-entry)
(bibtex-print-help-message, bibtex-validate, bibtex-validate-globally)
(bibtex-clean-entry, bibtex-completion-at-point-function, (bibtex-url):
  Use `string-equal-ignore-case' instead of `bibtex-string='.
* lisp/textmodes/sgml-mode.el (sgml-get-context):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
(sgml-calculate-indent): Likewise
* test/lisp/subr-tests.el (string-comparison-test):
  Add tests for `string-equal-ignore-case'.
2022-07-26 13:49:28 -04:00
..
abbrevs.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
anti.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
back.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
backups.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi buffer-match-p: Resolve backward compat concerns 2022-06-17 15:23:01 +03:00
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
commands.texi Improve documentation of `posn-timestamp' 2022-07-16 21:03:06 +08:00
compile.texi Merge from origin/emacs-28 2022-07-24 09:55:01 +02:00
control.texi Merge from origin/emacs-28 2022-06-05 06:30:25 +02:00
customize.texi Fix issues with loading autoloaded defcustoms while bound 2022-06-10 11:13:20 +02:00
debugging.texi Don't enter the debugger from *Backtrace* or edebug on eval errors 2022-05-01 13:40:13 +02:00
display.texi Implement pseudo-value 'reset' of face attrributes 2022-07-03 12:30:24 +03:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
elisp.texi Add OVERRIDES argument to prin1/prin1-to-string 2022-05-15 15:29:38 +02:00
errors.texi Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
eval.texi functionp doc improvement 2022-05-11 10:18:12 -07:00
files.texi ; Fix documentation of 'file-parent-directory' 2022-07-04 14:59:58 +03:00
frames.texi Add support for fullscreen values fullheight and fullwidth on PGTK 2022-07-04 10:21:14 +08:00
functions.texi Merge from origin/emacs-28 2022-07-24 09:55:01 +02:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
help.texi Mention \`M-x ...' in the lispref manual 2022-06-13 17:30:36 +02:00
hooks.texi Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Merge from origin/emacs-28 2022-02-23 06:36:45 +01:00
intro.texi Change current-time back to list form 2022-04-28 12:54:06 -07:00
keymaps.texi ; Improve documentation of 'set-transient-map' changes 2022-07-07 09:29:51 +03:00
lay-flat.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
lists.texi ; * doc/lispref/lists.texi (List Elements): No passive tense! 2022-07-18 15:46:18 +03:00
loading.texi ; Fix typos. 2022-07-02 13:32:41 +02:00
macros.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
Makefile.in ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
maps.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
markers.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
minibuf.texi ; * doc/lispref/minibuf.texi (Text from Minibuffer): Fix indexing. 2022-06-13 16:45:05 +03:00
modes.texi ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
nonascii.texi Clarify documentation of 'string-to-unibyte' 2022-06-04 10:06:43 +03:00
numbers.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
objects.texi Merge from origin/emacs-28 2022-06-10 08:17:35 +02:00
os.texi ; * doc/lispref/os.texi (Batch Mode): Fix typo and wording. 2022-06-21 16:21:53 +03:00
package.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
positions.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
processes.texi Teach 'network-lookup-address-info' to validate numeric addresses 2022-07-26 14:16:07 +02:00
README ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
records.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
searching.texi Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
sequences.texi Add new function `seq-split' 2022-07-03 12:55:00 +02:00
spellfile Rewrites of Elisp manual including tab-bar and tab-line changes 2021-10-18 09:58:48 +02:00
streams.texi ; Improve documentation of the OVERRIDES argument to prin1 2022-05-15 19:02:46 +03:00
strings.texi string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
symbols.texi Use "@code{nil}" in documentation 2022-04-18 13:19:14 -07:00
syntax.texi ; * doc/lispref/syntax.texi (Position Parse): Fix a typo. (Bug#55143) 2022-04-27 14:43:20 +03:00
text.texi Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
threads.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tips.texi Note guideline for doc string expressions 2022-07-25 13:00:10 -07:00
two-volume-cross-refs.txt ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
two-volume.make Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
variables.texi ; Fix typos 2022-07-14 12:52:32 +02:00
windows.texi Fix 'fit-frame-to-buffer' (Bug#56102) 2022-07-06 09:25:43 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2022 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <https://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.