Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
58aa805b
Commit
58aa805b
authored
Jun 18, 2013
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/face-remap.el (buffer-face-toggle): Fix typo in docstring.
(buffer-face-mode-invoke): Doc fix.
parent
f462d10a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/face-remap.el
lisp/face-remap.el
+7
-7
No files found.
lisp/ChangeLog
View file @
58aa805b
2013-06-18 Juanma Barranquero <lekktu@gmail.com>
* face-remap.el (buffer-face-toggle): Fix typo in docstring.
(buffer-face-mode-invoke): Doc fix.
2013-06-18 Matthias Meulien <orontee@gmail.com>
* tabify.el (untabify, tabify): With prefix, apply to entire buffer.
lisp/face-remap.el
View file @
58aa805b
...
...
@@ -72,7 +72,7 @@
:font
:inherit
:fontset
:vector]
)
(
defun
face-attrs-more-relative-p
(
attrs1
attrs2
)
"Return true if ATTRS1 contains a greater number of relative
"Return true if ATTRS1 contains a greater number of relative
face-attributes than ATTRS2. A face attribute is considered
relative if `face-attribute-relative-p' returns non-nil.
...
...
@@ -395,9 +395,9 @@ one face is listed, that specifies an aggregate face, like in a
`face' text property.
If `buffer-face-mode' is already enabled, and is currently using
the face specs SPECS, then it is disabled; if
buffer-face-mode is
disabled, or is enabled and currently displaying some other face,
then is left enabled, but the face changed to reflect SPECS.
the face specs SPECS, then it is disabled; if
`buffer-face-mode'
is disabled, or is enabled and currently displaying some other
face,
then is left enabled, but the face changed to reflect SPECS.
This function will make the variable `buffer-face-mode-face'
buffer local, and set it to SPECS."
...
...
@@ -411,13 +411,13 @@ buffer local, and set it to SPECS."
(
buffer-face-mode
t
)))
(
defun
buffer-face-mode-invoke
(
specs
arg
&optional
interactive
)
"Enable or disable `buffer-face-mode' using face specs SPECS
, and argument ARG
.
"Enable or disable `buffer-face-mode' using face specs SPECS.
ARG controls whether the mode is enabled or disabled, and is
interpreted in the usual manner for minor-mode commands.
SPECS can be any value suitable for a `face' text property,
including a face name, a plist of face attributes and values,
or
a list of faces.
including a face name, a plist of face attributes and values,
or
a list of faces.
If INTERACTIVE is non-nil, display a message describing the
result.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment