From 2bdedac1008b386f70f347db7424a3c6fcceef66 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 30 Oct 1999 21:12:39 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 49 +++++++++++++++++------------------------- lispref/debugging.texi | 2 +- lispref/edebug.texi | 2 +- lispref/sequences.texi | 4 ++-- 4 files changed, 24 insertions(+), 33 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bd71aec55..7af8567469 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,36 +8,27 @@ 1999-10-30 Rajesh Vaidheeswarran - * whitespace.el (whitespace-version): Update to 2.6 - - * whitespace.el (whitespace-display-in-modeline): Add custom - variable to control displaying the whitespace errors on the - modeline based on suggestion from - - * whitespace.el (whitespace-buffer): Now returns `t' if unclean - and `nil' if clean, to enable using as a hook function, as - suggested by Puneet Goel - - * whitespace.el (whitespace-buffer): Fix a subtle bug that cleaned - up only if quiet was not set, even with whitespace-auto-cleanup set. - - * whitespace.el (whitespace-mode-line): Now uses less modeline - real estate and shows whitespaces as W:! where is any - type of whitespace which is present in the file, and is any - type of whitespace whose check has been suppressed by setting + * whitespace.el: Test for existence of `defcustom' and `defgroup' + using fboundp instead of assuming that these are not present in + particular flavors of emacs. + (whitespace-version): Update to 2.8 + (whitespace-display-in-modeline): Add custom variable to control + displaying the whitespace errors on the modeline based on + suggestion from + (whitespace-buffer): Now returns `t' if unclean and `nil' if + clean, to enable using as a hook function, as suggested by Puneet + Goel + (whitespace-buffer): Fix a subtle bug that cleaned up only if + quiet was not set, even with whitespace-auto-cleanup set. + (whitespace-mode-line): Now uses less modeline real estate and + shows whitespaces as W:! where is any type of whitespace + which is present in the file, and is any type of whitespace + whose check has been suppressed by setting `whitespace-check-' to nil. - - * whitespace.el (whitespace-unchecked-whitespaces): New function - to return the list of whitespaces for whom checks have been - suppressed. - - * whitespace.el (whitespace-display-unchecked-whitespaces): - Renamed to `whitespace-update-modeline' to reflect its - functionality. - -1999-09-30 Rajesh Vaidheeswarran - - * whitespace.el (whitespace-version): Update to 2.5 + (whitespace-unchecked-whitespaces): New function to return the + list of whitespaces for whom checks have been suppressed. + (whitespace-display-unchecked-whitespaces): Renamed to + `whitespace-update-modeline' to reflect its functionality. 1999-10-30 Gerd Moellmann diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 62e78263ff..bb719ee99a 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -732,7 +732,7 @@ found the discrepancy, undo the @kbd{C-M-q} with @kbd{C-_}, since the old indentation is probably appropriate to the intended parentheses. After you think you have fixed the problem, use @kbd{C-M-q} again. If -the old indentation actually fit the intended nesting of parentheses, +the old indentation actually fits the intended nesting of parentheses, and you have put back those parentheses, @kbd{C-M-q} should not change anything. diff --git a/lispref/edebug.texi b/lispref/edebug.texi index d06275bb9f..6f7b3af59f 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -97,7 +97,7 @@ which stops execution. @xref{Edebug Execution Modes}. Within Edebug, you normally view an Emacs buffer showing the source of the Lisp code you are debugging. This is referred to as the @dfn{source -code buffer}, and is is temporarily read-only. +code buffer}, and it is temporarily read-only. An arrow at the left margin indicates the line where the function is executing. Point initially shows where within the line the function is diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 0b9e290197..dd64c9af26 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -221,8 +221,8 @@ in the list. Emacs defines four types of array, all one-dimensional: @dfn{strings}, @dfn{vectors}, @dfn{bool-vectors} and @dfn{char-tables}. A vector is a general array; its elements can be any Lisp objects. A string is a -specialized array; its elements must be characters (i.e., integers -between 0 and 255). Each type of array has its own read syntax. +specialized array; its elements must be characters. Each type of array +has its own read syntax. @xref{String Type}, and @ref{Vector Type}. All four kinds of array share these characteristics: -- 2.20.1