Skip to content

Commit

Permalink
docs(core): minor documentation edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 30, 2023
1 parent 58e5105 commit 0160a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ This macro accepts, in order:
If the hook function should receive an argument (like in
`enable-theme-functions'), the `args' variable can be expanded in the forms
(+add-hook! 'enable-theme-functions
(+add-hook! \\='enable-theme-functions
(message \"Enabled theme: %s\" (car args)))
\(fn HOOKS [:append :local [:depth N]] FUNCTIONS-OR-FORMS...)"
Expand Down Expand Up @@ -437,7 +437,7 @@ If the hook function should receive an argument (like in
Takes the same arguments as `add-hook!'.
If N and M = 1, there's no benefit to using this macro over `remove-hook'.
If N = 1 and M = 1, there's no benefit to using this macro over `remove-hook'.
\(fn HOOKS [:append :local] FUNCTIONS)"
(declare (indent defun) (debug t))
Expand Down
2 changes: 1 addition & 1 deletion elisp/netextender.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; -*- lexical-binding: t; -*-
;; netextender.el -- NetExtender integration (start and stop VPN from Emacs) -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2023 Abdelhak Bougouffa

Expand Down

0 comments on commit 0160a85

Please sign in to comment.