emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] fill_column_indicator fa13be4 6/9: Small changes in the do


From: Jimmy Aguilar Mena
Subject: [Emacs-diffs] fill_column_indicator fa13be4 6/9: Small changes in the documentation
Date: Mon, 8 Apr 2019 12:28:48 -0400 (EDT)

branch: fill_column_indicator
commit fa13be4e740073c97ee43d0a8b0b09f272375aca
Author: Jimmy Aguilar Mena <address@hidden>
Commit: Jimmy Aguilar Mena <address@hidden>

    Small changes in the documentation
    
    *src/xdisp.c: Fixed docstring for display-fill-column-indicator-column
    *etc/NEWS: Concordance fix in the display-fill-column-indicator part.
    *doc/emacs/display.texi: Name mismatch fix.
---
 doc/emacs/display.texi | 2 +-
 etc/NEWS               | 2 +-
 src/xdisp.c            | 7 +++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 38413a7..e1467a3 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1141,7 +1141,7 @@ right-to-left paragraphs.
 @node Displaying Boundaries
 @section Displaying Boundaries
 
address@hidden mode, fill-column-indicator
address@hidden mode, display-fill-column-indicator
 @findex display-fill-column-indicator-mode
 @findex global-display-fill-column-indicator-mode
   Emacs can add an indicator to display a fill column position.  The
diff --git a/etc/NEWS b/etc/NEWS
index 52ecd0f..e9ed8ee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -312,7 +312,7 @@ Customize the buffer-local variables 
'display-fill-column-indicator'
 and 'display-fill-column-indicator-character' to activate the
 indicator.
 
-The indicators is not displayed at all in minibuffer windows and
+The indicator is not displayed at all in minibuffer windows and
 in tooltips, as it is not useful there.
 
 
diff --git a/src/xdisp.c b/src/xdisp.c
index 4ea4f3b..5df7364 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -33386,10 +33386,9 @@ either `relative' or `visual'.  */);
   Fmake_variable_buffer_local (Qdisplay_fill_column_indicator);
 
   DEFVAR_LISP ("display-fill-column-indicator-column", 
Vdisplay_fill_column_indicator_column,
-    doc: /* Column to draw the fill column indicator when
-`display-fill-column-indicator' is non-nil.  The default value is t
-which means that the indicator will use the `fill-column' variable. If
-a numeric value is set, the indicator will be drawn in that column
+    doc: /* Column for indicator when `display-fill-column-indicator' is 
non-nil.
+The default value is t which means that the indicator will use the 
`fill-column' variable.
+If a numeric value is set, the indicator will be drawn in that column
 independently of the `fill-column' value.  */);
   Vdisplay_fill_column_indicator_column = Qt;
   DEFSYM (Qdisplay_fill_column_indicator_column, 
"display-fill-column-indicator-column");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]