From 8e7f97167a842a87c61e7165a699808c939a78de Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 2 Apr 2018 06:17:13 -0400 Subject: [PATCH] Minor whitespace/docstring refactor --- core/core.el | 4 ++-- modules/lang/cc/config.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core.el b/core/core.el index eee2fb1be..205980913 100644 --- a/core/core.el +++ b/core/core.el @@ -129,8 +129,8 @@ ability to invoke the debugger in debug mode." (funcall fn)) ('error (lwarn hook :error - "%s in '%s' -> %s" - (car ex) fn (error-message-string ex)))) + "%s in '%s' -> %s" + (car ex) fn (error-message-string ex)))) nil) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index aa929e1d4..173941c99 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -2,8 +2,8 @@ (defvar +cc-default-include-paths (list "include/") "A list of default paths, relative to a project root, to search for headers in -C/C++. Paths can be absolute. This is ignored if your project has a JSON -compilation database.") +C/C++. Paths can be absolute. This is ignored if your project has a compilation +database.") (defvar +cc-default-compiler-options `((c-mode . nil)