Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6bfc672b
Commit
6bfc672b
authored
Jan 22, 2021
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/textmodes/remember.el (remember-text-format-function): Fix type.
parent
90bd6d8b
Pipeline
#8917
failed with stages
in 9 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/remember.el
lisp/textmodes/remember.el
+1
-1
No files found.
lisp/textmodes/remember.el
View file @
6bfc672b
...
...
@@ -415,7 +415,7 @@ The default emulates `current-time-string' for backward compatibility."
"The function to format the remembered text.
The function receives the remembered text as argument and should
return the text to be remembered."
:type
'function
:type
'
(
choice
(
const
nil
)
function
)
:group
'remember
:version
"28.1"
)
...
...
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